Html Css Color HEX #124533 Sherwood Green

📋 copy color: '#124533'

red 18 ◦ green 69 ◦ blue 51

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

Shades of Sherwood Green #124533

Tints of Sherwood Green #124533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50%

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

R = 13.04%
G = 50%
B = 36.96%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#124533 (or 0x124533) is known color: Sherwood Green. HEX triplet: 12, 45 and 33. RGB value is (18,69,51). Sum of RGB (Red+Green+Blue) = 18+69+51=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #124533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124533 is #EDBACC. Grayscale: #333333. Windows color (decimal): -15579853 or 3360018. OLE color: 3360018.

HSL color Cylindrical-coordinate representation of color #124533: hue angle of 158.82º degrees, saturation: 0.59, 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 #124533 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 69 51 -
CMYK 0.74 0 0.26 0.73
HSL 158.82º 0.59% 0.17% -
HSV(B) 158.82º 0.74% 0.27% -
XYZ 2.98 4.62 3.87 -
YUV 51.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 18 69 51 0.74 0 0.26 0.73 158.82 0.59 0.17
Hex 12 45 33 4A 0 1A 49 9F 3B 11
Octal 22 105 63 112 0 32 111 237 73 21
Binary 10010 1000101 110011 1001010 0 11010 1001001 10011111 111011 10001

Color Harmonies of #124533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124533

Black with #124533

Text Example


Text Example

White with #124533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124533; }

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

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

background-color css

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

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

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

border-color css

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

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

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