Html Css Color HEX #046C2D Crusoe

📋 copy color: '#046C2D'

red 4 ◦ green 108 ◦ blue 45

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

Shades of Crusoe #046C2D

Tints of Crusoe #046C2D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 68.79%

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

R = 2.55%
G = 68.79%
B = 28.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#046C2D (or 0x046C2D) is known color: Crusoe. HEX triplet: 04, 6C and 2D. RGB value is (4,108,45). Sum of RGB (Red+Green+Blue) = 4+108+45=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 108 (42.58% from 255 or 68.79% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 108 - color contains mainly: green. Hex color #046C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046C2D is #FB93D2. Grayscale: #454545. Windows color (decimal): -16487379 or 2976772. OLE color: 2976772.

HSL color Cylindrical-coordinate representation of color #046C2D: hue angle of 143.65º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C2D is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 108 45 -
CMYK 0.96 0 0.58 0.58
HSL 143.65º 0.93% 0.22% -
HSV(B) 143.65º 0.96% 0.42% -
XYZ 5.89 10.94 4.28 -
YUV 69.72 114.04 81.12 -
System Red Green Blue C M Y K H S L
Decimal 4 108 45 0.96 0 0.58 0.58 143.65 0.93 0.22
Hex 4 6C 2D 60 0 3A 3A 90 5D 16
Octal 4 154 55 140 0 72 72 220 135 26
Binary 100 1101100 101101 1100000 0 111010 111010 10010000 1011101 10110

Color Harmonies of #046C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C2D

Black with #046C2D

Text Example


Text Example

White with #046C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046C2D; }

 p { color: rgb(4,108,45); }

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

background-color css

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

 a { background-color: rgb(4,108,45); }

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

border-color css

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

 span { border-color: rgb(4,108,45); }

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