Html Css Color HEX #34B444 Fruit Salad

📋 copy color: '#34B444'

red 52 ◦ green 180 ◦ blue 68

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

Shades of Fruit Salad #34B444

Tints of Fruit Salad #34B444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60%

 BLUE value IS 68 (26.95% from 255) = 22.67%

R = 17.33%
G = 60%
B = 22.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#34B444 (or 0x34B444) is known color: Fruit Salad. HEX triplet: 34, B4 and 44. RGB value is (52,180,68). Sum of RGB (Red+Green+Blue) = 52+180+68=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #34B444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B444 is #CB4BBB. Grayscale: #818181. Windows color (decimal): -13323196 or 4502580. OLE color: 4502580.

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

Color convert

RGB 52 180 68 -
CMYK 0.71 0 0.62 0.29
HSL 127.5º 0.55% 0.45% -
HSV(B) 127.5º 0.71% 0.71% -
XYZ 18.78 33.79 11 -
YUV 128.96 93.59 73.11 -
System Red Green Blue C M Y K H S L
Decimal 52 180 68 0.71 0 0.62 0.29 127.5 0.55 0.45
Hex 34 B4 44 47 0 3E 1D 80 37 2D
Octal 64 264 104 107 0 76 35 200 67 55
Binary 110100 10110100 1000100 1000111 0 111110 11101 10000000 110111 101101

Color Harmonies of #34B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B444

Black with #34B444

Text Example


Text Example

White with #34B444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,180,68); }

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

background-color css

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

 a { background-color: rgb(52,180,68); }

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

border-color css

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

 span { border-color: rgb(52,180,68); }

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