Html Css Color HEX #03551E Crusoe

📋 copy color: '#03551E'

red 3 ◦ green 85 ◦ blue 30

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

Shades of Crusoe #03551E

Tints of Crusoe #03551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 72.03%

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

R = 2.54%
G = 72.03%
B = 25.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#03551E (or 0x03551E) is known color: Crusoe. HEX triplet: 03, 55 and 1E. RGB value is (3,85,30). Sum of RGB (Red+Green+Blue) = 3+85+30=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #03551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03551E is #FCAAE1. Grayscale: #363636. Windows color (decimal): -16558818 or 1987843. OLE color: 1987843.

HSL color Cylindrical-coordinate representation of color #03551E: hue angle of 139.76º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03551E is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 85 30 -
CMYK 0.96 0 0.65 0.67
HSL 139.76º 0.93% 0.17% -
HSV(B) 139.76º 0.96% 0.33% -
XYZ 3.52 6.61 2.32 -
YUV 54.21 114.33 91.47 -
System Red Green Blue C M Y K H S L
Decimal 3 85 30 0.96 0 0.65 0.67 139.76 0.93 0.17
Hex 3 55 1E 60 0 41 43 8C 5D 11
Octal 3 125 36 140 0 101 103 214 135 21
Binary 11 1010101 11110 1100000 0 1000001 1000011 10001100 1011101 10001

Color Harmonies of #03551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03551E

Black with #03551E

Text Example


Text Example

White with #03551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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