Html Css Color HEX #34873F Japanese Laurel

📋 copy color: '#34873F'

red 52 ◦ green 135 ◦ blue 63

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

Shades of Japanese Laurel #34873F

Tints of Japanese Laurel #34873F

RGB

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

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

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

R = 20.8%
G = 54%
B = 25.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#34873F (or 0x34873F) is known color: Japanese Laurel. HEX triplet: 34, 87 and 3F. RGB value is (52,135,63). Sum of RGB (Red+Green+Blue) = 52+135+63=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #34873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34873F is #CB78C0. Grayscale: #666666. Windows color (decimal): -13334721 or 4163380. OLE color: 4163380.

HSL color Cylindrical-coordinate representation of color #34873F: hue angle of 127.95º 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 #34873F is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 63 -
CMYK 0.61 0 0.53 0.47
HSL 127.95º 0.44% 0.37% -
HSV(B) 127.95º 0.61% 0.53% -
XYZ 10.98 18.42 7.68 -
YUV 101.98 106 92.35 -
System Red Green Blue C M Y K H S L
Decimal 52 135 63 0.61 0 0.53 0.47 127.95 0.44 0.37
Hex 34 87 3F 3D 0 35 2F 80 2C 25
Octal 64 207 77 75 0 65 57 200 54 45
Binary 110100 10000111 111111 111101 0 110101 101111 10000000 101100 100101

Color Harmonies of #34873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34873F

Black with #34873F

Text Example


Text Example

White with #34873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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