Html Css Color HEX #036630 Crusoe

📋 copy color: '#036630'

red 3 ◦ green 102 ◦ blue 48

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

Shades of Crusoe #036630

Tints of Crusoe #036630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 66.67%

 BLUE value IS 48 (19.14% from 255) = 31.37%

R = 1.96%
G = 66.67%
B = 31.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#036630 (or 0x036630) is known color: Crusoe. HEX triplet: 03, 66 and 30. RGB value is (3,102,48). Sum of RGB (Red+Green+Blue) = 3+102+48=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #036630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036630 is #FC99CF. Grayscale: #424242. Windows color (decimal): -16554448 or 3171843. OLE color: 3171843.

HSL color Cylindrical-coordinate representation of color #036630: hue angle of 147.27º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036630 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 48 -
CMYK 0.97 0 0.53 0.6
HSL 147.27º 0.94% 0.21% -
HSV(B) 147.27º 0.97% 0.4% -
XYZ 5.32 9.74 4.39 -
YUV 66.24 117.7 82.89 -
System Red Green Blue C M Y K H S L
Decimal 3 102 48 0.97 0 0.53 0.6 147.27 0.94 0.21
Hex 3 66 30 61 0 35 3C 93 5E 15
Octal 3 146 60 141 0 65 74 223 136 25
Binary 11 1100110 110000 1100001 0 110101 111100 10010011 1011110 10101

Color Harmonies of #036630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036630

Black with #036630

Text Example


Text Example

White with #036630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036630; }

 p { color: rgb(3,102,48); }

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

background-color css

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

 a { background-color: rgb(3,102,48); }

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

border-color css

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

 span { border-color: rgb(3,102,48); }

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