Html Css Color HEX #124234 Sherwood Green

📋 copy color: '#124234'

red 18 ◦ green 66 ◦ blue 52

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

Shades of Sherwood Green #124234

Tints of Sherwood Green #124234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.53%

 BLUE value IS 52 (20.7% from 255) = 38.24%

R = 13.24%
G = 48.53%
B = 38.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#124234 (or 0x124234) is known color: Sherwood Green. HEX triplet: 12, 42 and 34. RGB value is (18,66,52). Sum of RGB (Red+Green+Blue) = 18+66+52=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #124234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124234 is #EDBDCB. Grayscale: #323232. Windows color (decimal): -15580620 or 3424786. OLE color: 3424786.

HSL color Cylindrical-coordinate representation of color #124234: hue angle of 162.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124234 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 52 -
CMYK 0.73 0 0.21 0.74
HSL 162.5º 0.57% 0.16% -
HSV(B) 162.5º 0.73% 0.26% -
XYZ 2.82 4.27 3.93 -
YUV 50.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 18 66 52 0.73 0 0.21 0.74 162.5 0.57 0.16
Hex 12 42 34 49 0 15 4A A2 39 10
Octal 22 102 64 111 0 25 112 242 71 20
Binary 10010 1000010 110100 1001001 0 10101 1001010 10100010 111001 10000

Color Harmonies of #124234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124234

Black with #124234

Text Example


Text Example

White with #124234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124234; }

 p { color: rgb(18,66,52); }

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

background-color css

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

 a { background-color: rgb(18,66,52); }

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

border-color css

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

 span { border-color: rgb(18,66,52); }

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