Html Css Color HEX #34873E Japanese Laurel

📋 copy color: '#34873E'

red 52 ◦ green 135 ◦ blue 62

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

Shades of Japanese Laurel #34873E

Tints of Japanese Laurel #34873E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.22%

 BLUE value IS 62 (24.61% from 255) = 24.9%

R = 20.88%
G = 54.22%
B = 24.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#34873E (or 0x34873E) is known color: Japanese Laurel. HEX triplet: 34, 87 and 3E. RGB value is (52,135,62). Sum of RGB (Red+Green+Blue) = 52+135+62=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #34873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34873E is #CB78C1. Grayscale: #666666. Windows color (decimal): -13334722 or 4097844. OLE color: 4097844.

HSL color Cylindrical-coordinate representation of color #34873E: hue angle of 127.23º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34873E is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 62 -
CMYK 0.61 0 0.54 0.47
HSL 127.23º 0.44% 0.37% -
HSV(B) 127.23º 0.61% 0.53% -
XYZ 10.95 18.41 7.53 -
YUV 101.86 105.5 92.44 -
System Red Green Blue C M Y K H S L
Decimal 52 135 62 0.61 0 0.54 0.47 127.23 0.44 0.37
Hex 34 87 3E 3D 0 36 2F 7F 2C 25
Octal 64 207 76 75 0 66 57 177 54 45
Binary 110100 10000111 111110 111101 0 110110 101111 1111111 101100 100101

Color Harmonies of #34873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34873E

Black with #34873E

Text Example


Text Example

White with #34873E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34873E; }

 p { color: rgb(52,135,62); }

 H1.HeaderClassName
 {
   color: #34873E;
 }
 .AnyTagClassName
 {
   color: #34873E;
 }
</style>

background-color css

<style>
 a { background-color: #34873E; }

 a { background-color: rgb(52,135,62); }

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

border-color css

<style>
 span { border-color: #34873E; }

 span { border-color: rgb(52,135,62); }

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