Html Css Color HEX #34863A Japanese Laurel

📋 copy color: '#34863A'

red 52 ◦ green 134 ◦ blue 58

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

Shades of Japanese Laurel #34863A

Tints of Japanese Laurel #34863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.77%

R = 21.31%
G = 54.92%
B = 23.77%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#34863A (or 0x34863A) is known color: Japanese Laurel. HEX triplet: 34, 86 and 3A. RGB value is (52,134,58). Sum of RGB (Red+Green+Blue) = 52+134+58=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #34863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34863A is #CB79C5. Grayscale: #656565. Windows color (decimal): -13334982 or 3835444. OLE color: 3835444.

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

Color convert

RGB 52 134 58 -
CMYK 0.61 0 0.57 0.47
HSL 124.39º 0.44% 0.36% -
HSV(B) 124.39º 0.61% 0.53% -
XYZ 10.7 18.09 6.93 -
YUV 100.82 103.83 93.18 -
System Red Green Blue C M Y K H S L
Decimal 52 134 58 0.61 0 0.57 0.47 124.39 0.44 0.36
Hex 34 86 3A 3D 0 39 2F 7C 2C 24
Octal 64 206 72 75 0 71 57 174 54 44
Binary 110100 10000110 111010 111101 0 111001 101111 1111100 101100 100100

Color Harmonies of #34863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34863A

Black with #34863A

Text Example


Text Example

White with #34863A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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