Html Css Color HEX #34863E Japanese Laurel

📋 copy color: '#34863E'

red 52 ◦ green 134 ◦ blue 62

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

Shades of Japanese Laurel #34863E

Tints of Japanese Laurel #34863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.03%

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

R = 20.97%
G = 54.03%
B = 25%

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

#34863E (or 0x34863E) is known color: Japanese Laurel. HEX triplet: 34, 86 and 3E. RGB value is (52,134,62). Sum of RGB (Red+Green+Blue) = 52+134+62=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #34863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34863E is #CB79C1. Grayscale: #656565. Windows color (decimal): -13334978 or 4097588. OLE color: 4097588.

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

Color convert

RGB 52 134 62 -
CMYK 0.61 0 0.54 0.47
HSL 127.32º 0.44% 0.36% -
HSV(B) 127.32º 0.61% 0.53% -
XYZ 10.81 18.13 7.49 -
YUV 101.27 105.83 92.85 -
System Red Green Blue C M Y K H S L
Decimal 52 134 62 0.61 0 0.54 0.47 127.32 0.44 0.36
Hex 34 86 3E 3D 0 36 2F 7F 2C 24
Octal 64 206 76 75 0 66 57 177 54 44
Binary 110100 10000110 111110 111101 0 110110 101111 1111111 101100 100100

Color Harmonies of #34863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34863E

Black with #34863E

Text Example


Text Example

White with #34863E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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