Html Css Color HEX #104E35 County Green

📋 copy color: '#104E35'

red 16 ◦ green 78 ◦ blue 53

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

Shades of County Green #104E35

Tints of County Green #104E35

RGB

 RED value IS 16 (6.64% from 255) = 10.88%

 GREEN value IS 78 (30.86% from 255) = 53.06%

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

R = 10.88%
G = 53.06%
B = 36.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.69

RGB Variations

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

Color information

#104E35 (or 0x104E35) is known color: County Green. HEX triplet: 10, 4E and 35. RGB value is (16,78,53). Sum of RGB (Red+Green+Blue) = 16+78+53=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #104E35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E35 is #EFB1CA. Grayscale: #383838. Windows color (decimal): -15708619 or 3493392. OLE color: 3493392.

HSL color Cylindrical-coordinate representation of color #104E35: hue angle of 155.81º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E35 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 78 53 -
CMYK 0.79 0 0.32 0.69
HSL 155.81º 0.66% 0.18% -
HSV(B) 155.81º 0.79% 0.31% -
XYZ 3.58 5.82 4.3 -
YUV 56.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 16 78 53 0.79 0 0.32 0.69 155.81 0.66 0.18
Hex 10 4E 35 4F 0 20 45 9C 42 12
Octal 20 116 65 117 0 40 105 234 102 22
Binary 10000 1001110 110101 1001111 0 100000 1000101 10011100 1000010 10010

Color Harmonies of #104E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104E35

Black with #104E35

Text Example


Text Example

White with #104E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104E35; }

 p { color: rgb(16,78,53); }

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

background-color css

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

 a { background-color: rgb(16,78,53); }

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

border-color css

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

 span { border-color: rgb(16,78,53); }

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