Html Css Color HEX #124D35 County Green

📋 copy color: '#124D35'

red 18 ◦ green 77 ◦ blue 53

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

Shades of County Green #124D35

Tints of County Green #124D35

RGB

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

 GREEN value IS 77 (30.47% from 255) = 52.03%

 BLUE value IS 53 (21.09% from 255) = 35.81%

R = 12.16%
G = 52.03%
B = 35.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#124D35 (or 0x124D35) is known color: County Green. HEX triplet: 12, 4D and 35. RGB value is (18,77,53). Sum of RGB (Red+Green+Blue) = 18+77+53=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #124D35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D35 is #EDB2CA. Grayscale: #383838. Windows color (decimal): -15577803 or 3493138. OLE color: 3493138.

HSL color Cylindrical-coordinate representation of color #124D35: hue angle of 155.59º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D35 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 77 53 -
CMYK 0.77 0 0.31 0.70
HSL 155.59º 0.62% 0.19% -
HSV(B) 155.59º 0.77% 0.3% -
XYZ 3.55 5.69 4.28 -
YUV 56.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 18 77 53 0.77 0 0.31 0.70 155.59 0.62 0.19
Hex 12 4D 35 4D 0 1F 46 9C 3E 13
Octal 22 115 65 115 0 37 106 234 76 23
Binary 10010 1001101 110101 1001101 0 11111 1000110 10011100 111110 10011

Color Harmonies of #124D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D35

Black with #124D35

Text Example


Text Example

White with #124D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124D35; }

 p { color: rgb(18,77,53); }

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

background-color css

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

 a { background-color: rgb(18,77,53); }

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

border-color css

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

 span { border-color: rgb(18,77,53); }

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