Html Css Color HEX #124333 Sherwood Green

📋 copy color: '#124333'

red 18 ◦ green 67 ◦ blue 51

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

Shades of Sherwood Green #124333

Tints of Sherwood Green #124333

RGB

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

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

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

R = 13.24%
G = 49.26%
B = 37.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#124333 (or 0x124333) is known color: Sherwood Green. HEX triplet: 12, 43 and 33. RGB value is (18,67,51). Sum of RGB (Red+Green+Blue) = 18+67+51=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #124333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124333 is #EDBCCC. Grayscale: #323232. Windows color (decimal): -15580365 or 3359506. OLE color: 3359506.

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

Color convert

RGB 18 67 51 -
CMYK 0.73 0 0.24 0.74
HSL 160.41º 0.58% 0.17% -
HSV(B) 160.41º 0.73% 0.26% -
XYZ 2.85 4.38 3.83 -
YUV 50.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 18 67 51 0.73 0 0.24 0.74 160.41 0.58 0.17
Hex 12 43 33 49 0 18 4A A0 3A 11
Octal 22 103 63 111 0 30 112 240 72 21
Binary 10010 1000011 110011 1001001 0 11000 1001010 10100000 111010 10001

Color Harmonies of #124333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124333

Black with #124333

Text Example


Text Example

White with #124333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124333; }

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

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

background-color css

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

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

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

border-color css

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

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

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