Html Css Color HEX #08501B Crusoe

📋 copy color: '#08501B'

red 8 ◦ green 80 ◦ blue 27

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

Shades of Crusoe #08501B

Tints of Crusoe #08501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 69.57%

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

R = 6.96%
G = 69.57%
B = 23.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#08501B (or 0x08501B) is known color: Crusoe. HEX triplet: 08, 50 and 1B. RGB value is (8,80,27). Sum of RGB (Red+Green+Blue) = 8+80+27=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #08501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08501B is #F7AFE4. Grayscale: #343434. Windows color (decimal): -16232421 or 1789960. OLE color: 1789960.

HSL color Cylindrical-coordinate representation of color #08501B: hue angle of 135.83º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08501B is Cyan = 0.90, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 80 27 -
CMYK 0.90 0 0.66 0.69
HSL 135.83º 0.82% 0.17% -
HSV(B) 135.83º 0.9% 0.31% -
XYZ 3.17 5.87 2 -
YUV 52.43 113.65 96.31 -
System Red Green Blue C M Y K H S L
Decimal 8 80 27 0.90 0 0.66 0.69 135.83 0.82 0.17
Hex 8 50 1B 5A 0 42 45 88 52 11
Octal 10 120 33 132 0 102 105 210 122 21
Binary 1000 1010000 11011 1011010 0 1000010 1000101 10001000 1010010 10001

Color Harmonies of #08501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08501B

Black with #08501B

Text Example


Text Example

White with #08501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,80,27); }

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

background-color css

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

 a { background-color: rgb(8,80,27); }

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

border-color css

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

 span { border-color: rgb(8,80,27); }

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