Html Css Color HEX #09641B Crusoe

📋 copy color: '#09641B'

red 9 ◦ green 100 ◦ blue 27

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

Shades of Crusoe #09641B

Tints of Crusoe #09641B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.85%

R = 6.62%
G = 73.53%
B = 19.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#09641B (or 0x09641B) is known color: Crusoe. HEX triplet: 09, 64 and 1B. RGB value is (9,100,27). Sum of RGB (Red+Green+Blue) = 9+100+27=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 100 (39.45% from 255 or 73.53% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 100 - color contains mainly: green. Hex color #09641B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09641B is #F69BE4. Grayscale: #404040. Windows color (decimal): -16161765 or 1795081. OLE color: 1795081.

HSL color Cylindrical-coordinate representation of color #09641B: hue angle of 131.87º 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 #09641B is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 100 27 -
CMYK 0.91 0 0.73 0.61
HSL 131.87º 0.83% 0.21% -
HSV(B) 131.87º 0.91% 0.39% -
XYZ 4.87 9.25 2.57 -
YUV 64.47 106.85 88.44 -
System Red Green Blue C M Y K H S L
Decimal 9 100 27 0.91 0 0.73 0.61 131.87 0.83 0.21
Hex 9 64 1B 5B 0 49 3D 84 53 15
Octal 11 144 33 133 0 111 75 204 123 25
Binary 1001 1100100 11011 1011011 0 1001001 111101 10000100 1010011 10101

Color Harmonies of #09641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09641B

Black with #09641B

Text Example


Text Example

White with #09641B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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