Html Css Color HEX #046C2E Crusoe

📋 copy color: '#046C2E'

red 4 ◦ green 108 ◦ blue 46

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

Shades of Crusoe #046C2E

Tints of Crusoe #046C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.11%

R = 2.53%
G = 68.35%
B = 29.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#046C2E (or 0x046C2E) is known color: Crusoe. HEX triplet: 04, 6C and 2E. RGB value is (4,108,46). Sum of RGB (Red+Green+Blue) = 4+108+46=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 108 (42.58% from 255 or 68.35% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 108 - color contains mainly: green. Hex color #046C2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046C2E is #FB93D1. Grayscale: #454545. Windows color (decimal): -16487378 or 3042308. OLE color: 3042308.

HSL color Cylindrical-coordinate representation of color #046C2E: hue angle of 144.23º 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 #046C2E is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 108 46 -
CMYK 0.96 0 0.57 0.58
HSL 144.23º 0.93% 0.22% -
HSV(B) 144.23º 0.96% 0.42% -
XYZ 5.91 10.95 4.39 -
YUV 69.84 114.54 81.04 -
System Red Green Blue C M Y K H S L
Decimal 4 108 46 0.96 0 0.57 0.58 144.23 0.93 0.22
Hex 4 6C 2E 60 0 39 3A 90 5D 16
Octal 4 154 56 140 0 71 72 220 135 26
Binary 100 1101100 101110 1100000 0 111001 111010 10010000 1011101 10110

Color Harmonies of #046C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C2E

Black with #046C2E

Text Example


Text Example

White with #046C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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