Html Css Color HEX #086526 Crusoe

📋 copy color: '#086526'

red 8 ◦ green 101 ◦ blue 38

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

Shades of Crusoe #086526

Tints of Crusoe #086526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 68.71%

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

R = 5.44%
G = 68.71%
B = 25.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#086526 (or 0x086526) is known color: Crusoe. HEX triplet: 08, 65 and 26. RGB value is (8,101,38). Sum of RGB (Red+Green+Blue) = 8+101+38=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #086526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086526 is #F79AD9. Grayscale: #424242. Windows color (decimal): -16227034 or 2516232. OLE color: 2516232.

HSL color Cylindrical-coordinate representation of color #086526: hue angle of 139.35º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086526 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 101 38 -
CMYK 0.92 0 0.62 0.60
HSL 139.35º 0.85% 0.21% -
HSV(B) 139.35º 0.92% 0.4% -
XYZ 5.1 9.5 3.4 -
YUV 66.01 112.19 86.62 -
System Red Green Blue C M Y K H S L
Decimal 8 101 38 0.92 0 0.62 0.60 139.35 0.85 0.21
Hex 8 65 26 5C 0 3E 3C 8B 55 15
Octal 10 145 46 134 0 76 74 213 125 25
Binary 1000 1100101 100110 1011100 0 111110 111100 10001011 1010101 10101

Color Harmonies of #086526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086526

Black with #086526

Text Example


Text Example

White with #086526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086526; }

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

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

background-color css

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

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

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

border-color css

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

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

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