Html Css Color HEX #046630 Crusoe

📋 copy color: '#046630'

red 4 ◦ green 102 ◦ blue 48

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

Shades of Crusoe #046630

Tints of Crusoe #046630

RGB

 RED value IS 4 (1.95% from 255) = 2.6%

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

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

R = 2.6%
G = 66.23%
B = 31.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#046630 (or 0x046630) is known color: Crusoe. HEX triplet: 04, 66 and 30. RGB value is (4,102,48). Sum of RGB (Red+Green+Blue) = 4+102+48=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 102 (40.23% from 255 or 66.23% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 102 - color contains mainly: green. Hex color #046630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046630 is #FB99CF. Grayscale: #424242. Windows color (decimal): -16488912 or 3171844. OLE color: 3171844.

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

Color convert

RGB 4 102 48 -
CMYK 0.96 0 0.53 0.6
HSL 146.94º 0.92% 0.21% -
HSV(B) 146.94º 0.96% 0.4% -
XYZ 5.33 9.74 4.4 -
YUV 66.54 117.53 83.39 -
System Red Green Blue C M Y K H S L
Decimal 4 102 48 0.96 0 0.53 0.6 146.94 0.92 0.21
Hex 4 66 30 60 0 35 3C 93 5C 15
Octal 4 146 60 140 0 65 74 223 134 25
Binary 100 1100110 110000 1100000 0 110101 111100 10010011 1011100 10101

Color Harmonies of #046630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046630

Black with #046630

Text Example


Text Example

White with #046630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046630; }

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

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

background-color css

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

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

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

border-color css

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

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

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