Html Css Color HEX #094F1D Crusoe

📋 copy color: '#094F1D'

red 9 ◦ green 79 ◦ blue 29

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

Shades of Crusoe #094F1D

Tints of Crusoe #094F1D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 67.52%

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

R = 7.69%
G = 67.52%
B = 24.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.63

 K value IS 0.69

RGB Variations

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

Color information

#094F1D (or 0x094F1D) is known color: Crusoe. HEX triplet: 09, 4F and 1D. RGB value is (9,79,29). Sum of RGB (Red+Green+Blue) = 9+79+29=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 79 (31.25% from 255 or 67.52% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 79 - color contains mainly: green. Hex color #094F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F1D is #F6B0E2. Grayscale: #343434. Windows color (decimal): -16167139 or 1920777. OLE color: 1920777.

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

Color convert

RGB 9 79 29 -
CMYK 0.89 0 0.63 0.69
HSL 137.14º 0.8% 0.17% -
HSV(B) 137.14º 0.89% 0.31% -
XYZ 3.13 5.74 2.11 -
YUV 52.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 9 79 29 0.89 0 0.63 0.69 137.14 0.8 0.17
Hex 9 4F 1D 59 0 3F 45 89 50 11
Octal 11 117 35 131 0 77 105 211 120 21
Binary 1001 1001111 11101 1011001 0 111111 1000101 10001001 1010000 10001

Color Harmonies of #094F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F1D

Black with #094F1D

Text Example


Text Example

White with #094F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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