Html Css Color HEX #34B34A Chateau Green

📋 copy color: '#34B34A'

red 52 ◦ green 179 ◦ blue 74

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

Shades of Chateau Green #34B34A

Tints of Chateau Green #34B34A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.69%

 BLUE value IS 74 (29.3% from 255) = 24.26%

R = 17.05%
G = 58.69%
B = 24.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#34B34A (or 0x34B34A) is known color: Chateau Green. HEX triplet: 34, B3 and 4A. RGB value is (52,179,74). Sum of RGB (Red+Green+Blue) = 52+179+74=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 179 (70.31% from 255 or 58.69% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 179 - color contains mainly: green. Hex color #34B34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B34A is #CB4CB5. Grayscale: #818181. Windows color (decimal): -13323446 or 4895540. OLE color: 4895540.

HSL color Cylindrical-coordinate representation of color #34B34A: hue angle of 130.39º 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 #34B34A is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 179 74 -
CMYK 0.71 0 0.59 0.30
HSL 130.39º 0.55% 0.45% -
HSV(B) 130.39º 0.71% 0.7% -
XYZ 18.77 33.46 11.95 -
YUV 129.06 96.92 73.04 -
System Red Green Blue C M Y K H S L
Decimal 52 179 74 0.71 0 0.59 0.30 130.39 0.55 0.45
Hex 34 B3 4A 47 0 3B 1E 82 37 2D
Octal 64 263 112 107 0 73 36 202 67 55
Binary 110100 10110011 1001010 1000111 0 111011 11110 10000010 110111 101101

Color Harmonies of #34B34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B34A

Black with #34B34A

Text Example


Text Example

White with #34B34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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