#34B148

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

Shades of Chateau Green #34B148

Tints of Chateau Green #34B148

Color information

#34B148 (or 0x34B148) is unknown color: approx Chateau Green. HEX triplet: 34, B1 and 48. RGB value is (52,177,72). Sum of RGB (Red+Green+Blue) = 52+177+72=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 177 (69.53% from 255 or 58.80% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 177 - color contains mainly: green. Hex color #34B148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B148 is #CB4EB7. Grayscale: #7F7F7F. Windows color (decimal): -13323960 or 4763956. OLE color: 4763956.

HSL color Cylindrical-coordinate representation of color #34B148: hue angle of 129.6º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B148 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB5217772-
CMYK0.7100.590.31
HSL129.6º54.59%44.9%-
HSV(B)129.6º70.62%69.41%-
XYZ18.3132.6411.47-
YUV127.6696.5974.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 177 (69.53% from 255) = 58.80%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=17.28%
G=58.80%
B=23.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52177720.7100.590.31129.654.5944.9
Hex34B1484703B1F82372d
Octal64261110107073372026755
Binary110100101100011001000100011101110111111110000010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,177,72); }

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

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

 a { background-color: rgb(52,177,72); }

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

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

 span { border-color: rgb(52,177,72); }

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