Html Css Color HEX #035518 Crusoe

📋 copy color: '#035518'

red 3 ◦ green 85 ◦ blue 24

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

Shades of Crusoe #035518

Tints of Crusoe #035518

RGB

 RED value IS 3 (1.56% from 255) = 2.68%

 GREEN value IS 85 (33.59% from 255) = 75.89%

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 2.68%
G = 75.89%
B = 21.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#035518 (or 0x035518) is known color: Crusoe. HEX triplet: 03, 55 and 18. RGB value is (3,85,24). Sum of RGB (Red+Green+Blue) = 3+85+24=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #035518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035518 is #FCAAE7. Grayscale: #353535. Windows color (decimal): -16558824 or 1594627. OLE color: 1594627.

HSL color Cylindrical-coordinate representation of color #035518: hue angle of 135.37º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035518 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 85 24 -
CMYK 0.96 0 0.72 0.67
HSL 135.37º 0.93% 0.17% -
HSV(B) 135.37º 0.96% 0.33% -
XYZ 3.45 6.58 1.95 -
YUV 53.53 111.33 91.96 -
System Red Green Blue C M Y K H S L
Decimal 3 85 24 0.96 0 0.72 0.67 135.37 0.93 0.17
Hex 3 55 18 60 0 48 43 87 5D 11
Octal 3 125 30 140 0 110 103 207 135 21
Binary 11 1010101 11000 1100000 0 1001000 1000011 10000111 1011101 10001

Color Harmonies of #035518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035518

Black with #035518

Text Example


Text Example

White with #035518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035518; }

 p { color: rgb(3,85,24); }

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

background-color css

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

 a { background-color: rgb(3,85,24); }

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

border-color css

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

 span { border-color: rgb(3,85,24); }

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