Html Css Color HEX #124334 Sherwood Green

📋 copy color: '#124334'

red 18 ◦ green 67 ◦ blue 52

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

Shades of Sherwood Green #124334

Tints of Sherwood Green #124334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.91%

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

R = 13.14%
G = 48.91%
B = 37.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#124334 (or 0x124334) is known color: Sherwood Green. HEX triplet: 12, 43 and 34. RGB value is (18,67,52). Sum of RGB (Red+Green+Blue) = 18+67+52=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #124334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124334 is #EDBCCB. Grayscale: #323232. Windows color (decimal): -15580364 or 3425042. OLE color: 3425042.

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

Color convert

RGB 18 67 52 -
CMYK 0.73 0 0.22 0.74
HSL 161.63º 0.58% 0.17% -
HSV(B) 161.63º 0.73% 0.26% -
XYZ 2.88 4.39 3.94 -
YUV 50.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 18 67 52 0.73 0 0.22 0.74 161.63 0.58 0.17
Hex 12 43 34 49 0 16 4A A2 3A 11
Octal 22 103 64 111 0 26 112 242 72 21
Binary 10010 1000011 110100 1001001 0 10110 1001010 10100010 111010 10001

Color Harmonies of #124334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124334

Black with #124334

Text Example


Text Example

White with #124334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124334; }

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

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

background-color css

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

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

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

border-color css

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

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

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