Html Css Color HEX #34893F Japanese Laurel

📋 copy color: '#34893F'

red 52 ◦ green 137 ◦ blue 63

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

Shades of Japanese Laurel #34893F

Tints of Japanese Laurel #34893F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25%

R = 20.63%
G = 54.37%
B = 25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#34893F (or 0x34893F) is known color: Japanese Laurel. HEX triplet: 34, 89 and 3F. RGB value is (52,137,63). Sum of RGB (Red+Green+Blue) = 52+137+63=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 137 (53.91% from 255 or 54.37% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 137 - color contains mainly: green. Hex color #34893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34893F is #CB76C0. Grayscale: #676767. Windows color (decimal): -13334209 or 4163892. OLE color: 4163892.

HSL color Cylindrical-coordinate representation of color #34893F: hue angle of 127.76º 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 #34893F is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 63 -
CMYK 0.62 0 0.54 0.46
HSL 127.76º 0.45% 0.37% -
HSV(B) 127.76º 0.62% 0.54% -
XYZ 11.26 18.98 7.77 -
YUV 103.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 52 137 63 0.62 0 0.54 0.46 127.76 0.45 0.37
Hex 34 89 3F 3E 0 36 2E 80 2D 25
Octal 64 211 77 76 0 66 56 200 55 45
Binary 110100 10001001 111111 111110 0 110110 101110 10000000 101101 100101

Color Harmonies of #34893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34893F

Black with #34893F

Text Example


Text Example

White with #34893F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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