Html Css Color HEX #087226 Crusoe

📋 copy color: '#087226'

red 8 ◦ green 114 ◦ blue 38

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

Shades of Crusoe #087226

Tints of Crusoe #087226

RGB

 RED value IS 8 (3.52% from 255) = 5%

 GREEN value IS 114 (44.92% from 255) = 71.25%

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 5%
G = 71.25%
B = 23.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#087226 (or 0x087226) is known color: Crusoe. HEX triplet: 08, 72 and 26. RGB value is (8,114,38). Sum of RGB (Red+Green+Blue) = 8+114+38=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #087226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087226 is #F78DD9. Grayscale: #494949. Windows color (decimal): -16223706 or 2519560. OLE color: 2519560.

HSL color Cylindrical-coordinate representation of color #087226: hue angle of 136.98º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087226 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 114 38 -
CMYK 0.93 0 0.67 0.55
HSL 136.98º 0.87% 0.24% -
HSV(B) 136.98º 0.93% 0.45% -
XYZ 6.47 12.23 3.85 -
YUV 73.64 107.88 81.18 -
System Red Green Blue C M Y K H S L
Decimal 8 114 38 0.93 0 0.67 0.55 136.98 0.87 0.24
Hex 8 72 26 5D 0 43 37 89 57 18
Octal 10 162 46 135 0 103 67 211 127 30
Binary 1000 1110010 100110 1011101 0 1000011 110111 10001001 1010111 11000

Color Harmonies of #087226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087226

Black with #087226

Text Example


Text Example

White with #087226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087226; }

 p { color: rgb(8,114,38); }

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

background-color css

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

 a { background-color: rgb(8,114,38); }

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

border-color css

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

 span { border-color: rgb(8,114,38); }

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