Html Css Color HEX #03581D Crusoe

📋 copy color: '#03581D'

red 3 ◦ green 88 ◦ blue 29

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

Shades of Crusoe #03581D

Tints of Crusoe #03581D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.17%

R = 2.5%
G = 73.33%
B = 24.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#03581D (or 0x03581D) is known color: Crusoe. HEX triplet: 03, 58 and 1D. RGB value is (3,88,29). Sum of RGB (Red+Green+Blue) = 3+88+29=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 88 (34.77% from 255 or 73.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 88 - color contains mainly: green. Hex color #03581D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03581D is #FCA7E2. Grayscale: #383838. Windows color (decimal): -16558051 or 1923075. OLE color: 1923075.

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

Color convert

RGB 3 88 29 -
CMYK 0.97 0 0.67 0.65
HSL 138.35º 0.93% 0.18% -
HSV(B) 138.35º 0.97% 0.35% -
XYZ 3.75 7.09 2.33 -
YUV 55.86 112.84 90.3 -
System Red Green Blue C M Y K H S L
Decimal 3 88 29 0.97 0 0.67 0.65 138.35 0.93 0.18
Hex 3 58 1D 61 0 43 41 8A 5D 12
Octal 3 130 35 141 0 103 101 212 135 22
Binary 11 1011000 11101 1100001 0 1000011 1000001 10001010 1011101 10010

Color Harmonies of #03581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03581D

Black with #03581D

Text Example


Text Example

White with #03581D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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