Html Css Color HEX #34C253 Chateau Green

📋 copy color: '#34C253'

red 52 ◦ green 194 ◦ blue 83

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

Shades of Chateau Green #34C253

Tints of Chateau Green #34C253

RGB

 RED value IS 52 (20.7% from 255) = 15.81%

 GREEN value IS 194 (76.17% from 255) = 58.97%

 BLUE value IS 83 (32.81% from 255) = 25.23%

R = 15.81%
G = 58.97%
B = 25.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#34C253 (or 0x34C253) is known color: Chateau Green. HEX triplet: 34, C2 and 53. RGB value is (52,194,83). Sum of RGB (Red+Green+Blue) = 52+194+83=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #34C253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C253 is #CB3DAC. Grayscale: #8B8B8B. Windows color (decimal): -13319597 or 5489204. OLE color: 5489204.

HSL color Cylindrical-coordinate representation of color #34C253: hue angle of 133.1º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C253 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 194 83 -
CMYK 0.73 0 0.57 0.24
HSL 133.1º 0.58% 0.48% -
HSV(B) 133.1º 0.73% 0.76% -
XYZ 22.27 39.94 14.72 -
YUV 138.89 96.46 66.03 -
System Red Green Blue C M Y K H S L
Decimal 52 194 83 0.73 0 0.57 0.24 133.1 0.58 0.48
Hex 34 C2 53 49 0 39 18 85 3A 30
Octal 64 302 123 111 0 71 30 205 72 60
Binary 110100 11000010 1010011 1001001 0 111001 11000 10000101 111010 110000

Color Harmonies of #34C253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C253

Black with #34C253

Text Example


Text Example

White with #34C253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,194,83); }

 H1.HeaderClassName
 {
   color: #34C253;
 }
 .AnyTagClassName
 {
   color: #34C253;
 }
</style>

background-color css

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

 a { background-color: rgb(52,194,83); }

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

border-color css

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

 span { border-color: rgb(52,194,83); }

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