Html Css Color HEX #124134 Sherwood Green

📋 copy color: '#124134'

red 18 ◦ green 65 ◦ blue 52

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

Shades of Sherwood Green #124134

Tints of Sherwood Green #124134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.15%

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

R = 13.33%
G = 48.15%
B = 38.52%

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

#124134 (or 0x124134) is known color: Sherwood Green. HEX triplet: 12, 41 and 34. RGB value is (18,65,52). Sum of RGB (Red+Green+Blue) = 18+65+52=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #124134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124134 is #EDBECB. Grayscale: #313131. Windows color (decimal): -15580876 or 3424530. OLE color: 3424530.

HSL color Cylindrical-coordinate representation of color #124134: hue angle of 163.4º degrees, saturation: 0.57, 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 #124134 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 65 52 -
CMYK 0.72 0 0.20 0.75
HSL 163.4º 0.57% 0.16% -
HSV(B) 163.4º 0.72% 0.25% -
XYZ 2.76 4.16 3.91 -
YUV 49.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 18 65 52 0.72 0 0.20 0.75 163.4 0.57 0.16
Hex 12 41 34 48 0 14 4B A3 39 10
Octal 22 101 64 110 0 24 113 243 71 20
Binary 10010 1000001 110100 1001000 0 10100 1001011 10100011 111001 10000

Color Harmonies of #124134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124134

Black with #124134

Text Example


Text Example

White with #124134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124134; }

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

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

background-color css

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

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

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

border-color css

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

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

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