Html Css Color HEX #035828 Crusoe

📋 copy color: '#035828'

red 3 ◦ green 88 ◦ blue 40

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

Shades of Crusoe #035828

Tints of Crusoe #035828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 67.18%

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

R = 2.29%
G = 67.18%
B = 30.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#035828 (or 0x035828) is known color: Crusoe. HEX triplet: 03, 58 and 28. RGB value is (3,88,40). Sum of RGB (Red+Green+Blue) = 3+88+40=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 88 (34.77% from 255 or 67.18% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 88 - color contains mainly: green. Hex color #035828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035828 is #FCA7D7. Grayscale: #393939. Windows color (decimal): -16558040 or 2643971. OLE color: 2643971.

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

Color convert

RGB 3 88 40 -
CMYK 0.97 0 0.55 0.65
HSL 146.12º 0.93% 0.18% -
HSV(B) 146.12º 0.97% 0.35% -
XYZ 3.91 7.15 3.18 -
YUV 57.11 118.34 89.4 -
System Red Green Blue C M Y K H S L
Decimal 3 88 40 0.97 0 0.55 0.65 146.12 0.93 0.18
Hex 3 58 28 61 0 37 41 92 5D 12
Octal 3 130 50 141 0 67 101 222 135 22
Binary 11 1011000 101000 1100001 0 110111 1000001 10010010 1011101 10010

Color Harmonies of #035828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035828

Black with #035828

Text Example


Text Example

White with #035828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035828; }

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

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

background-color css

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

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

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

border-color css

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

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

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