Html Css Color HEX #035728 Crusoe

📋 copy color: '#035728'

red 3 ◦ green 87 ◦ blue 40

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

Shades of Crusoe #035728

Tints of Crusoe #035728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 66.92%

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

R = 2.31%
G = 66.92%
B = 30.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#035728 (or 0x035728) is known color: Crusoe. HEX triplet: 03, 57 and 28. RGB value is (3,87,40). Sum of RGB (Red+Green+Blue) = 3+87+40=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #035728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035728 is #FCA8D7. Grayscale: #383838. Windows color (decimal): -16558296 or 2643715. OLE color: 2643715.

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

Color convert

RGB 3 87 40 -
CMYK 0.97 0 0.54 0.66
HSL 146.43º 0.93% 0.18% -
HSV(B) 146.43º 0.97% 0.34% -
XYZ 3.83 6.99 3.15 -
YUV 56.53 118.67 89.82 -
System Red Green Blue C M Y K H S L
Decimal 3 87 40 0.97 0 0.54 0.66 146.43 0.93 0.18
Hex 3 57 28 61 0 36 42 92 5D 12
Octal 3 127 50 141 0 66 102 222 135 22
Binary 11 1010111 101000 1100001 0 110110 1000010 10010010 1011101 10010

Color Harmonies of #035728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035728

Black with #035728

Text Example


Text Example

White with #035728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035728; }

 p { color: rgb(3,87,40); }

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

background-color css

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

 a { background-color: rgb(3,87,40); }

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

border-color css

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

 span { border-color: rgb(3,87,40); }

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