Html Css Color HEX #34A53E Fruit Salad

📋 copy color: '#34A53E'

red 52 ◦ green 165 ◦ blue 62

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

Shades of Fruit Salad #34A53E

Tints of Fruit Salad #34A53E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 59.14%

 BLUE value IS 62 (24.61% from 255) = 22.22%

R = 18.64%
G = 59.14%
B = 22.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#34A53E (or 0x34A53E) is known color: Fruit Salad. HEX triplet: 34, A5 and 3E. RGB value is (52,165,62). Sum of RGB (Red+Green+Blue) = 52+165+62=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #34A53E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A53E is #CB5AC1. Grayscale: #777777. Windows color (decimal): -13327042 or 4105524. OLE color: 4105524.

HSL color Cylindrical-coordinate representation of color #34A53E: hue angle of 125.31º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A53E is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 165 62 -
CMYK 0.68 0 0.62 0.35
HSL 125.31º 0.52% 0.43% -
HSV(B) 125.31º 0.68% 0.65% -
XYZ 15.74 27.99 9.13 -
YUV 119.47 95.56 79.88 -
System Red Green Blue C M Y K H S L
Decimal 52 165 62 0.68 0 0.62 0.35 125.31 0.52 0.43
Hex 34 A5 3E 44 0 3E 23 7D 34 2B
Octal 64 245 76 104 0 76 43 175 64 53
Binary 110100 10100101 111110 1000100 0 111110 100011 1111101 110100 101011

Color Harmonies of #34A53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A53E

Black with #34A53E

Text Example


Text Example

White with #34A53E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,165,62); }

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

background-color css

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

 a { background-color: rgb(52,165,62); }

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

border-color css

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

 span { border-color: rgb(52,165,62); }

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