Html Css Color HEX #035926 Crusoe

📋 copy color: '#035926'

red 3 ◦ green 89 ◦ blue 38

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

Shades of Crusoe #035926

Tints of Crusoe #035926

RGB

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

 GREEN value IS 89 (35.16% from 255) = 68.46%

 BLUE value IS 38 (15.23% from 255) = 29.23%

R = 2.31%
G = 68.46%
B = 29.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#035926 (or 0x035926) is known color: Crusoe. HEX triplet: 03, 59 and 26. RGB value is (3,89,38). Sum of RGB (Red+Green+Blue) = 3+89+38=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 89 (35.16% from 255 or 68.46% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 89 - color contains mainly: green. Hex color #035926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035926 is #FCA6D9. Grayscale: #393939. Windows color (decimal): -16557786 or 2513155. OLE color: 2513155.

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

Color convert

RGB 3 89 38 -
CMYK 0.97 0 0.57 0.65
HSL 144.42º 0.93% 0.18% -
HSV(B) 144.42º 0.97% 0.35% -
XYZ 3.96 7.3 3.03 -
YUV 57.47 117.01 89.15 -
System Red Green Blue C M Y K H S L
Decimal 3 89 38 0.97 0 0.57 0.65 144.42 0.93 0.18
Hex 3 59 26 61 0 39 41 90 5D 12
Octal 3 131 46 141 0 71 101 220 135 22
Binary 11 1011001 100110 1100001 0 111001 1000001 10010000 1011101 10010

Color Harmonies of #035926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035926

Black with #035926

Text Example


Text Example

White with #035926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035926; }

 p { color: rgb(3,89,38); }

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

background-color css

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

 a { background-color: rgb(3,89,38); }

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

border-color css

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

 span { border-color: rgb(3,89,38); }

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