Html Css Color HEX #34893C Japanese Laurel

📋 copy color: '#34893C'

red 52 ◦ green 137 ◦ blue 60

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

Shades of Japanese Laurel #34893C

Tints of Japanese Laurel #34893C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.02%

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 20.88%
G = 55.02%
B = 24.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#34893C (or 0x34893C) is known color: Japanese Laurel. HEX triplet: 34, 89 and 3C. RGB value is (52,137,60). Sum of RGB (Red+Green+Blue) = 52+137+60=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #34893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34893C is #CB76C3. Grayscale: #676767. Windows color (decimal): -13334212 or 3967284. OLE color: 3967284.

HSL color Cylindrical-coordinate representation of color #34893C: hue angle of 125.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34893C is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 60 -
CMYK 0.62 0 0.56 0.46
HSL 125.65º 0.45% 0.37% -
HSV(B) 125.65º 0.62% 0.54% -
XYZ 11.18 18.95 7.34 -
YUV 102.81 103.84 91.76 -
System Red Green Blue C M Y K H S L
Decimal 52 137 60 0.62 0 0.56 0.46 125.65 0.45 0.37
Hex 34 89 3C 3E 0 38 2E 7E 2D 25
Octal 64 211 74 76 0 70 56 176 55 45
Binary 110100 10001001 111100 111110 0 111000 101110 1111110 101101 100101

Color Harmonies of #34893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34893C

Black with #34893C

Text Example


Text Example

White with #34893C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34893C; }

 p { color: rgb(52,137,60); }

 H1.HeaderClassName
 {
   color: #34893C;
 }
 .AnyTagClassName
 {
   color: #34893C;
 }
</style>

background-color css

<style>
 a { background-color: #34893C; }

 a { background-color: rgb(52,137,60); }

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

border-color css

<style>
 span { border-color: #34893C; }

 span { border-color: rgb(52,137,60); }

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