#34b75a

Color #34B75A Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #34B75A

Tints of Chateau Green #34B75A

Color information

#34B75A (or 0x34B75A) is unknown color: approx Chateau Green. HEX triplet: 34, B7 and 5A. RGB value is (52,183,90). Sum of RGB (Red+Green+Blue) = 52+183+90=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #34B75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B75A is #CB48A5. Grayscale: #858585. Windows color (decimal): -13322406 or 5945140. OLE color: 5945140.

HSL color Cylindrical-coordinate representation of color #34B75A: hue angle of 137.4º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B75A is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB5218390-
CMYK0.7200.510.28
HSL137.4º55.74%46.08%-
HSV(B)137.4º71.58%71.76%-
XYZ20.235.3415.43-
YUV133.23103.670.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 183 (71.88% from 255) = 56.31%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=16%
G=56.31%
B=27.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52183900.7200.510.28137.455.7446.08
Hex34B75A480331C89382e
Octal64267132110063342117056
Binary110100101101111011010100100001100111110010001001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34b75a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34b75a; }

 p { color: rgb(52,183,90); }

 H1.HeaderClassName
 {
   color: #34b75a;
 }
 .AnyTagClassName
 {
   color: #34b75a;
 }
</style>
background-color css

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

 a { background-color: rgb(52,183,90); }

 div.DivClassName
 {
   background-color: #34b75a;
 }
 .BgClassName
 {
   background-color: #34b75a;
 }
</style>
border-color css

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

 span { border-color: rgb(52,183,90); }

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