Html Css Color HEX #124433 Sherwood Green

📋 copy color: '#124433'

red 18 ◦ green 68 ◦ blue 51

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

Shades of Sherwood Green #124433

Tints of Sherwood Green #124433

RGB

 RED value IS 18 (7.42% from 255) = 13.14%

 GREEN value IS 68 (26.95% from 255) = 49.64%

 BLUE value IS 51 (20.31% from 255) = 37.23%

R = 13.14%
G = 49.64%
B = 37.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#124433 (or 0x124433) is known color: Sherwood Green. HEX triplet: 12, 44 and 33. RGB value is (18,68,51). Sum of RGB (Red+Green+Blue) = 18+68+51=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #124433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124433 is #EDBBCC. Grayscale: #333333. Windows color (decimal): -15580109 or 3359762. OLE color: 3359762.

HSL color Cylindrical-coordinate representation of color #124433: hue angle of 159.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124433 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 68 51 -
CMYK 0.74 0 0.25 0.73
HSL 159.6º 0.58% 0.17% -
HSV(B) 159.6º 0.74% 0.27% -
XYZ 2.91 4.5 3.85 -
YUV 51.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 18 68 51 0.74 0 0.25 0.73 159.6 0.58 0.17
Hex 12 44 33 4A 0 19 49 A0 3A 11
Octal 22 104 63 112 0 31 111 240 72 21
Binary 10010 1000100 110011 1001010 0 11001 1001001 10100000 111010 10001

Color Harmonies of #124433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124433

Black with #124433

Text Example


Text Example

White with #124433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124433; }

 p { color: rgb(18,68,51); }

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

background-color css

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

 a { background-color: rgb(18,68,51); }

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

border-color css

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

 span { border-color: rgb(18,68,51); }

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