Html Css Color HEX #03632C Crusoe

📋 copy color: '#03632C'

red 3 ◦ green 99 ◦ blue 44

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

Shades of Crusoe #03632C

Tints of Crusoe #03632C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 67.81%

 BLUE value IS 44 (17.58% from 255) = 30.14%

R = 2.05%
G = 67.81%
B = 30.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#03632C (or 0x03632C) is known color: Crusoe. HEX triplet: 03, 63 and 2C. RGB value is (3,99,44). Sum of RGB (Red+Green+Blue) = 3+99+44=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #03632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03632C is #FC9CD3. Grayscale: #404040. Windows color (decimal): -16555220 or 2908931. OLE color: 2908931.

HSL color Cylindrical-coordinate representation of color #03632C: hue angle of 145.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03632C is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 99 44 -
CMYK 0.97 0 0.56 0.61
HSL 145.63º 0.94% 0.2% -
HSV(B) 145.63º 0.97% 0.39% -
XYZ 4.95 9.12 3.88 -
YUV 64.03 116.7 84.47 -
System Red Green Blue C M Y K H S L
Decimal 3 99 44 0.97 0 0.56 0.61 145.63 0.94 0.2
Hex 3 63 2C 61 0 38 3D 92 5E 14
Octal 3 143 54 141 0 70 75 222 136 24
Binary 11 1100011 101100 1100001 0 111000 111101 10010010 1011110 10100

Color Harmonies of #03632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03632C

Black with #03632C

Text Example


Text Example

White with #03632C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03632C; }

 p { color: rgb(3,99,44); }

 H1.HeaderClassName
 {
   color: #03632C;
 }
 .AnyTagClassName
 {
   color: #03632C;
 }
</style>

background-color css

<style>
 a { background-color: #03632C; }

 a { background-color: rgb(3,99,44); }

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

border-color css

<style>
 span { border-color: #03632C; }

 span { border-color: rgb(3,99,44); }

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