Html Css Color HEX #319E4B Chateau Green

📋 copy color: '#319E4B'

red 49 ◦ green 158 ◦ blue 75

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

Shades of Chateau Green #319E4B

Tints of Chateau Green #319E4B

RGB

 RED value IS 49 (19.53% from 255) = 17.38%

 GREEN value IS 158 (62.11% from 255) = 56.03%

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 17.38%
G = 56.03%
B = 26.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#319E4B (or 0x319E4B) is known color: Chateau Green. HEX triplet: 31, 9E and 4B. RGB value is (49,158,75). Sum of RGB (Red+Green+Blue) = 49+158+75=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 158 (62.11% from 255 or 56.03% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 158 - color contains mainly: green. Hex color #319E4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319E4B is #CE61B4. Grayscale: #747474. Windows color (decimal): -13525429 or 4955697. OLE color: 4955697.

HSL color Cylindrical-coordinate representation of color #319E4B: hue angle of 134.31º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319E4B is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 158 75 -
CMYK 0.69 0 0.53 0.38
HSL 134.31º 0.53% 0.41% -
HSV(B) 134.31º 0.69% 0.62% -
XYZ 14.76 25.61 10.82 -
YUV 115.95 104.89 80.25 -
System Red Green Blue C M Y K H S L
Decimal 49 158 75 0.69 0 0.53 0.38 134.31 0.53 0.41
Hex 31 9E 4B 45 0 35 26 86 35 29
Octal 61 236 113 105 0 65 46 206 65 51
Binary 110001 10011110 1001011 1000101 0 110101 100110 10000110 110101 101001

Color Harmonies of #319E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319E4B

Black with #319E4B

Text Example


Text Example

White with #319E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319E4B; }

 p { color: rgb(49,158,75); }

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

background-color css

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

 a { background-color: rgb(49,158,75); }

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

border-color css

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

 span { border-color: rgb(49,158,75); }

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