Html Css Color HEX #34B285 Jungle Green

📋 copy color: '#34B285'

red 52 ◦ green 178 ◦ blue 133

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

Shades of Jungle Green #34B285

Tints of Jungle Green #34B285

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.04%

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 14.33%
G = 49.04%
B = 36.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#34B285 (or 0x34B285) is known color: Jungle Green. HEX triplet: 34, B2 and 85. RGB value is (52,178,133). Sum of RGB (Red+Green+Blue) = 52+178+133=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #34B285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B285 is #CB4D7A. Grayscale: #878787. Windows color (decimal): -13323643 or 8761908. OLE color: 8761908.

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

Color convert

RGB 52 178 133 -
CMYK 0.71 0 0.25 0.30
HSL 158.57º 0.55% 0.45% -
HSV(B) 158.57º 0.71% 0.7% -
XYZ 21.57 34.26 27.67 -
YUV 135.2 126.76 68.66 -
System Red Green Blue C M Y K H S L
Decimal 52 178 133 0.71 0 0.25 0.30 158.57 0.55 0.45
Hex 34 B2 85 47 0 19 1E 9F 37 2D
Octal 64 262 205 107 0 31 36 237 67 55
Binary 110100 10110010 10000101 1000111 0 11001 11110 10011111 110111 101101

Color Harmonies of #34B285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B285

Black with #34B285

Text Example


Text Example

White with #34B285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,178,133); }

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

background-color css

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

 a { background-color: rgb(52,178,133); }

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

border-color css

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

 span { border-color: rgb(52,178,133); }

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