#34b34b

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

Shades of Chateau Green #34B34B

Tints of Chateau Green #34B34B

Color information

#34B34B (or 0x34B34B) is unknown color: approx Chateau Green. HEX triplet: 34, B3 and 4B. RGB value is (52,179,75). Sum of RGB (Red+Green+Blue) = 52+179+75=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 179 (70.31% from 255 or 58.50% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 179 - color contains mainly: green. Hex color #34B34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B34B is #CB4CB4. Grayscale: #818181. Windows color (decimal): -13323445 or 4961076. OLE color: 4961076.

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

Color convert

RGB5217975-
CMYK0.7100.580.30
HSL130.87º54.98%45.29%-
HSV(B)130.87º70.95%70.2%-
XYZ18.8133.4812.13-
YUV129.1797.4272.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 179 (70.31% from 255) = 58.50%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=16.99%
G=58.50%
B=24.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal52179750.7100.580.30130.8754.9845.29
Hex34B34B4703A1E83372d
Octal64263113107072362036755
Binary110100101100111001011100011101110101111010000011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34b34b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,179,75); }

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

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

 a { background-color: rgb(52,179,75); }

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

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

 span { border-color: rgb(52,179,75); }

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