Html Css Color HEX #124033 Sherwood Green

📋 copy color: '#124033'

red 18 ◦ green 64 ◦ blue 51

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

Shades of Sherwood Green #124033

Tints of Sherwood Green #124033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.12%

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

R = 13.53%
G = 48.12%
B = 38.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#124033 (or 0x124033) is known color: Sherwood Green. HEX triplet: 12, 40 and 33. RGB value is (18,64,51). Sum of RGB (Red+Green+Blue) = 18+64+51=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #124033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124033 is #EDBFCC. Grayscale: #303030. Windows color (decimal): -15581133 or 3358738. OLE color: 3358738.

HSL color Cylindrical-coordinate representation of color #124033: hue angle of 163.04º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124033 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 64 51 -
CMYK 0.72 0 0.20 0.75
HSL 163.04º 0.56% 0.16% -
HSV(B) 163.04º 0.72% 0.25% -
XYZ 2.68 4.03 3.77 -
YUV 48.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 18 64 51 0.72 0 0.20 0.75 163.04 0.56 0.16
Hex 12 40 33 48 0 14 4B A3 38 10
Octal 22 100 63 110 0 24 113 243 70 20
Binary 10010 1000000 110011 1001000 0 10100 1001011 10100011 111000 10000

Color Harmonies of #124033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124033

Black with #124033

Text Example


Text Example

White with #124033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124033; }

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

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

background-color css

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

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

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

border-color css

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

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

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