Html Css Color HEX #34B140 Fruit Salad

📋 copy color: '#34B140'

red 52 ◦ green 177 ◦ blue 64

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

Shades of Fruit Salad #34B140

Tints of Fruit Salad #34B140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 60.41%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 17.75%
G = 60.41%
B = 21.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#34B140 (or 0x34B140) is known color: Fruit Salad. HEX triplet: 34, B1 and 40. RGB value is (52,177,64). Sum of RGB (Red+Green+Blue) = 52+177+64=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #34B140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B140 is #CB4EBF. Grayscale: #7F7F7F. Windows color (decimal): -13323968 or 4239668. OLE color: 4239668.

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

Color convert

RGB 52 177 64 -
CMYK 0.71 0 0.64 0.31
HSL 125.76º 0.55% 0.45% -
HSV(B) 125.76º 0.71% 0.69% -
XYZ 18.06 32.54 10.18 -
YUV 126.74 92.59 74.69 -
System Red Green Blue C M Y K H S L
Decimal 52 177 64 0.71 0 0.64 0.31 125.76 0.55 0.45
Hex 34 B1 40 47 0 40 1F 7E 37 2D
Octal 64 261 100 107 0 100 37 176 67 55
Binary 110100 10110001 1000000 1000111 0 1000000 11111 1111110 110111 101101

Color Harmonies of #34B140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B140

Black with #34B140

Text Example


Text Example

White with #34B140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,177,64); }

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

background-color css

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

 a { background-color: rgb(52,177,64); }

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

border-color css

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

 span { border-color: rgb(52,177,64); }

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