Html Css Color HEX #03581A Crusoe

📋 copy color: '#03581A'

red 3 ◦ green 88 ◦ blue 26

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

Shades of Crusoe #03581A

Tints of Crusoe #03581A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.22%

R = 2.56%
G = 75.21%
B = 22.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#03581A (or 0x03581A) is known color: Crusoe. HEX triplet: 03, 58 and 1A. RGB value is (3,88,26). Sum of RGB (Red+Green+Blue) = 3+88+26=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 88 (34.77% from 255 or 75.21% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 88 - color contains mainly: green. Hex color #03581A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03581A is #FCA7E5. Grayscale: #373737. Windows color (decimal): -16558054 or 1726467. OLE color: 1726467.

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

Color convert

RGB 3 88 26 -
CMYK 0.97 0 0.70 0.65
HSL 136.24º 0.93% 0.18% -
HSV(B) 136.24º 0.97% 0.35% -
XYZ 3.71 7.07 2.15 -
YUV 55.52 111.34 90.54 -
System Red Green Blue C M Y K H S L
Decimal 3 88 26 0.97 0 0.70 0.65 136.24 0.93 0.18
Hex 3 58 1A 61 0 46 41 88 5D 12
Octal 3 130 32 141 0 106 101 210 135 22
Binary 11 1011000 11010 1100001 0 1000110 1000001 10001000 1011101 10010

Color Harmonies of #03581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03581A

Black with #03581A

Text Example


Text Example

White with #03581A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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