Html Css Color HEX #046B2B Crusoe

📋 copy color: '#046B2B'

red 4 ◦ green 107 ◦ blue 43

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

Shades of Crusoe #046B2B

Tints of Crusoe #046B2B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 69.48%

 BLUE value IS 43 (17.19% from 255) = 27.92%

R = 2.6%
G = 69.48%
B = 27.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#046B2B (or 0x046B2B) is known color: Crusoe. HEX triplet: 04, 6B and 2B. RGB value is (4,107,43). Sum of RGB (Red+Green+Blue) = 4+107+43=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 107 (42.19% from 255 or 69.48% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 107 - color contains mainly: green. Hex color #046B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046B2B is #FB94D4. Grayscale: #454545. Windows color (decimal): -16487637 or 2845444. OLE color: 2845444.

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

Color convert

RGB 4 107 43 -
CMYK 0.96 0 0.60 0.58
HSL 142.72º 0.93% 0.22% -
HSV(B) 142.72º 0.96% 0.42% -
XYZ 5.74 10.72 4.05 -
YUV 68.91 113.38 81.7 -
System Red Green Blue C M Y K H S L
Decimal 4 107 43 0.96 0 0.60 0.58 142.72 0.93 0.22
Hex 4 6B 2B 60 0 3C 3A 8F 5D 16
Octal 4 153 53 140 0 74 72 217 135 26
Binary 100 1101011 101011 1100000 0 111100 111010 10001111 1011101 10110

Color Harmonies of #046B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046B2B

Black with #046B2B

Text Example


Text Example

White with #046B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,107,43); }

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

background-color css

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

 a { background-color: rgb(4,107,43); }

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

border-color css

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

 span { border-color: rgb(4,107,43); }

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