Html Css Color HEX #094E1D Crusoe

📋 copy color: '#094E1D'

red 9 ◦ green 78 ◦ blue 29

#094E1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #094E1D

Tints of Crusoe #094E1D

RGB

 RED value IS 9 (3.91% from 255) = 7.76%

 GREEN value IS 78 (30.86% from 255) = 67.24%

 BLUE value IS 29 (11.72% from 255) = 25%

R = 7.76%
G = 67.24%
B = 25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#094E1D (or 0x094E1D) is known color: Crusoe. HEX triplet: 09, 4E and 1D. RGB value is (9,78,29). Sum of RGB (Red+Green+Blue) = 9+78+29=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 78 (30.86% from 255 or 67.24% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 78 - color contains mainly: green. Hex color #094E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E1D is #F6B1E2. Grayscale: #333333. Windows color (decimal): -16167395 or 1920521. OLE color: 1920521.

HSL color Cylindrical-coordinate representation of color #094E1D: hue angle of 137.39º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E1D is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 78 29 -
CMYK 0.88 0 0.63 0.69
HSL 137.39º 0.79% 0.17% -
HSV(B) 137.39º 0.88% 0.31% -
XYZ 3.06 5.6 2.08 -
YUV 51.78 115.14 97.48 -
System Red Green Blue C M Y K H S L
Decimal 9 78 29 0.88 0 0.63 0.69 137.39 0.79 0.17
Hex 9 4E 1D 58 0 3F 45 89 4F 11
Octal 11 116 35 130 0 77 105 211 117 21
Binary 1001 1001110 11101 1011000 0 111111 1000101 10001001 1001111 10001

Color Harmonies of #094E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E1D

Black with #094E1D

Text Example


Text Example

White with #094E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094E1D; }

 p { color: rgb(9,78,29); }

 H1.HeaderClassName
 {
   color: #094E1D;
 }
 .AnyTagClassName
 {
   color: #094E1D;
 }
</style>

background-color css

<style>
 a { background-color: #094E1D; }

 a { background-color: rgb(9,78,29); }

 div.DivClassName
 {
   background-color: #094E1D;
 }
 .BgClassName
 {
   background-color: #094E1D;
 }
</style>

border-color css

<style>
 span { border-color: #094E1D; }

 span { border-color: rgb(9,78,29); }

 td.TdClassName
 {
   border-color: #094E1D;
 }
 .TagClassName
 {
   border-color: #094E1D;
 }
</style>