Html Css Color HEX #34B042 Fruit Salad

📋 copy color: '#34B042'

red 52 ◦ green 176 ◦ blue 66

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

Shades of Fruit Salad #34B042

Tints of Fruit Salad #34B042

RGB

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

 GREEN value IS 176 (69.14% from 255) = 59.86%

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 17.69%
G = 59.86%
B = 22.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#34B042 (or 0x34B042) is known color: Fruit Salad. HEX triplet: 34, B0 and 42. RGB value is (52,176,66). Sum of RGB (Red+Green+Blue) = 52+176+66=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #34B042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B042 is #CB4FBD. Grayscale: #7E7E7E. Windows color (decimal): -13324222 or 4370484. OLE color: 4370484.

HSL color Cylindrical-coordinate representation of color #34B042: hue angle of 126.77º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34B042 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 176 66 -
CMYK 0.70 0 0.62 0.31
HSL 126.77º 0.54% 0.45% -
HSV(B) 126.77º 0.7% 0.69% -
XYZ 17.92 32.17 10.42 -
YUV 126.38 93.92 74.94 -
System Red Green Blue C M Y K H S L
Decimal 52 176 66 0.70 0 0.62 0.31 126.77 0.54 0.45
Hex 34 B0 42 46 0 3E 1F 7F 36 2D
Octal 64 260 102 106 0 76 37 177 66 55
Binary 110100 10110000 1000010 1000110 0 111110 11111 1111111 110110 101101

Color Harmonies of #34B042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B042

Black with #34B042

Text Example


Text Example

White with #34B042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,176,66); }

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

background-color css

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

 a { background-color: rgb(52,176,66); }

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

border-color css

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

 span { border-color: rgb(52,176,66); }

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