Html Css Color HEX #087528 Camarone

📋 copy color: '#087528'

red 8 ◦ green 117 ◦ blue 40

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

Shades of Camarone #087528

Tints of Camarone #087528

RGB

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

 GREEN value IS 117 (46.09% from 255) = 70.91%

 BLUE value IS 40 (16.02% from 255) = 24.24%

R = 4.85%
G = 70.91%
B = 24.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#087528 (or 0x087528) is known color: Camarone. HEX triplet: 08, 75 and 28. RGB value is (8,117,40). Sum of RGB (Red+Green+Blue) = 8+117+40=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 117 (46.09% from 255 or 70.91% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 117 - color contains mainly: green. Hex color #087528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087528 is #F78AD7. Grayscale: #4B4B4B. Windows color (decimal): -16222936 or 2651400. OLE color: 2651400.

HSL color Cylindrical-coordinate representation of color #087528: hue angle of 137.61º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087528 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 117 40 -
CMYK 0.93 0 0.66 0.54
HSL 137.61º 0.87% 0.25% -
HSV(B) 137.61º 0.93% 0.46% -
XYZ 6.84 12.93 4.14 -
YUV 75.63 107.89 79.76 -
System Red Green Blue C M Y K H S L
Decimal 8 117 40 0.93 0 0.66 0.54 137.61 0.87 0.25
Hex 8 75 28 5D 0 42 36 8A 57 19
Octal 10 165 50 135 0 102 66 212 127 31
Binary 1000 1110101 101000 1011101 0 1000010 110110 10001010 1010111 11001

Color Harmonies of #087528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087528

Black with #087528

Text Example


Text Example

White with #087528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087528; }

 p { color: rgb(8,117,40); }

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

background-color css

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

 a { background-color: rgb(8,117,40); }

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

border-color css

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

 span { border-color: rgb(8,117,40); }

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