Html Css Color HEX #03592D Crusoe

📋 copy color: '#03592D'

red 3 ◦ green 89 ◦ blue 45

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

Shades of Crusoe #03592D

Tints of Crusoe #03592D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.85%

R = 2.19%
G = 64.96%
B = 32.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#03592D (or 0x03592D) is known color: Crusoe. HEX triplet: 03, 59 and 2D. RGB value is (3,89,45). Sum of RGB (Red+Green+Blue) = 3+89+45=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 89 (35.16% from 255 or 64.96% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 89 - color contains mainly: green. Hex color #03592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03592D is #FCA6D2. Grayscale: #3A3A3A. Windows color (decimal): -16557779 or 2971907. OLE color: 2971907.

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

Color convert

RGB 3 89 45 -
CMYK 0.97 0 0.49 0.65
HSL 149.3º 0.93% 0.18% -
HSV(B) 149.3º 0.97% 0.35% -
XYZ 4.08 7.35 3.69 -
YUV 58.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 3 89 45 0.97 0 0.49 0.65 149.3 0.93 0.18
Hex 3 59 2D 61 0 31 41 95 5D 12
Octal 3 131 55 141 0 61 101 225 135 22
Binary 11 1011001 101101 1100001 0 110001 1000001 10010101 1011101 10010

Color Harmonies of #03592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03592D

Black with #03592D

Text Example


Text Example

White with #03592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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