Html Css Color HEX #03652D Crusoe

📋 copy color: '#03652D'

red 3 ◦ green 101 ◦ blue 45

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

Shades of Crusoe #03652D

Tints of Crusoe #03652D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 67.79%

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

R = 2.01%
G = 67.79%
B = 30.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#03652D (or 0x03652D) is known color: Crusoe. HEX triplet: 03, 65 and 2D. RGB value is (3,101,45). Sum of RGB (Red+Green+Blue) = 3+101+45=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 101 (39.84% from 255 or 67.79% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 101 - color contains mainly: green. Hex color #03652D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03652D is #FC9AD2. Grayscale: #414141. Windows color (decimal): -16554707 or 2974979. OLE color: 2974979.

HSL color Cylindrical-coordinate representation of color #03652D: hue angle of 145.71º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03652D is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 101 45 -
CMYK 0.97 0 0.55 0.60
HSL 145.71º 0.94% 0.2% -
HSV(B) 145.71º 0.97% 0.4% -
XYZ 5.16 9.52 4.05 -
YUV 65.31 116.53 83.55 -
System Red Green Blue C M Y K H S L
Decimal 3 101 45 0.97 0 0.55 0.60 145.71 0.94 0.2
Hex 3 65 2D 61 0 37 3C 92 5E 14
Octal 3 145 55 141 0 67 74 222 136 24
Binary 11 1100101 101101 1100001 0 110111 111100 10010010 1011110 10100

Color Harmonies of #03652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03652D

Black with #03652D

Text Example


Text Example

White with #03652D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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