Html Css Color HEX #03581E Crusoe

📋 copy color: '#03581E'

red 3 ◦ green 88 ◦ blue 30

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

Shades of Crusoe #03581E

Tints of Crusoe #03581E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.79%

R = 2.48%
G = 72.73%
B = 24.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#03581E (or 0x03581E) is known color: Crusoe. HEX triplet: 03, 58 and 1E. RGB value is (3,88,30). Sum of RGB (Red+Green+Blue) = 3+88+30=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 88 (34.77% from 255 or 72.73% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 88 - color contains mainly: green. Hex color #03581E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03581E is #FCA7E1. Grayscale: #383838. Windows color (decimal): -16558050 or 1988611. OLE color: 1988611.

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

Color convert

RGB 3 88 30 -
CMYK 0.97 0 0.66 0.65
HSL 139.06º 0.93% 0.18% -
HSV(B) 139.06º 0.97% 0.35% -
XYZ 3.76 7.09 2.4 -
YUV 55.97 113.34 90.22 -
System Red Green Blue C M Y K H S L
Decimal 3 88 30 0.97 0 0.66 0.65 139.06 0.93 0.18
Hex 3 58 1E 61 0 42 41 8B 5D 12
Octal 3 130 36 141 0 102 101 213 135 22
Binary 11 1011000 11110 1100001 0 1000010 1000001 10001011 1011101 10010

Color Harmonies of #03581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03581E

Black with #03581E

Text Example


Text Example

White with #03581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03581E; }

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

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

background-color css

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

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

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

border-color css

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

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

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