Html Css Color HEX #09641E Crusoe

📋 copy color: '#09641E'

red 9 ◦ green 100 ◦ blue 30

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

Shades of Crusoe #09641E

Tints of Crusoe #09641E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 71.94%

 BLUE value IS 30 (12.11% from 255) = 21.58%

R = 6.47%
G = 71.94%
B = 21.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#09641E (or 0x09641E) is known color: Crusoe. HEX triplet: 09, 64 and 1E. RGB value is (9,100,30). Sum of RGB (Red+Green+Blue) = 9+100+30=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 100 (39.45% from 255 or 71.94% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 100 - color contains mainly: green. Hex color #09641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09641E is #F69BE1. Grayscale: #414141. Windows color (decimal): -16161762 or 1991689. OLE color: 1991689.

HSL color Cylindrical-coordinate representation of color #09641E: hue angle of 133.85º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09641E is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 100 30 -
CMYK 0.91 0 0.70 0.61
HSL 133.85º 0.83% 0.21% -
HSV(B) 133.85º 0.91% 0.39% -
XYZ 4.9 9.27 2.76 -
YUV 64.81 108.35 88.19 -
System Red Green Blue C M Y K H S L
Decimal 9 100 30 0.91 0 0.70 0.61 133.85 0.83 0.21
Hex 9 64 1E 5B 0 46 3D 86 53 15
Octal 11 144 36 133 0 106 75 206 123 25
Binary 1001 1100100 11110 1011011 0 1000110 111101 10000110 1010011 10101

Color Harmonies of #09641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09641E

Black with #09641E

Text Example


Text Example

White with #09641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09641E; }

 p { color: rgb(9,100,30); }

 H1.HeaderClassName
 {
   color: #09641E;
 }
 .AnyTagClassName
 {
   color: #09641E;
 }
</style>

background-color css

<style>
 a { background-color: #09641E; }

 a { background-color: rgb(9,100,30); }

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

border-color css

<style>
 span { border-color: #09641E; }

 span { border-color: rgb(9,100,30); }

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