Html Css Color HEX #035822 Crusoe

📋 copy color: '#035822'

red 3 ◦ green 88 ◦ blue 34

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

Shades of Crusoe #035822

Tints of Crusoe #035822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.2%

R = 2.4%
G = 70.4%
B = 27.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#035822 (or 0x035822) is known color: Crusoe. HEX triplet: 03, 58 and 22. RGB value is (3,88,34). Sum of RGB (Red+Green+Blue) = 3+88+34=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 88 (34.77% from 255 or 70.4% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 88 - color contains mainly: green. Hex color #035822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035822 is #FCA7DD. Grayscale: #383838. Windows color (decimal): -16558046 or 2250755. OLE color: 2250755.

HSL color Cylindrical-coordinate representation of color #035822: hue angle of 141.88º 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 #035822 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 88 34 -
CMYK 0.97 0 0.61 0.65
HSL 141.88º 0.93% 0.18% -
HSV(B) 141.88º 0.97% 0.35% -
XYZ 3.82 7.11 2.69 -
YUV 56.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 3 88 34 0.97 0 0.61 0.65 141.88 0.93 0.18
Hex 3 58 22 61 0 3D 41 8E 5D 12
Octal 3 130 42 141 0 75 101 216 135 22
Binary 11 1011000 100010 1100001 0 111101 1000001 10001110 1011101 10010

Color Harmonies of #035822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035822

Black with #035822

Text Example


Text Example

White with #035822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035822; }

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

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

background-color css

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

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

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

border-color css

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

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

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