Html Css Color HEX #34863C Japanese Laurel

📋 copy color: '#34863C'

red 52 ◦ green 134 ◦ blue 60

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

Shades of Japanese Laurel #34863C

Tints of Japanese Laurel #34863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.39%

R = 21.14%
G = 54.47%
B = 24.39%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#34863C (or 0x34863C) is known color: Japanese Laurel. HEX triplet: 34, 86 and 3C. RGB value is (52,134,60). Sum of RGB (Red+Green+Blue) = 52+134+60=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #34863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34863C is #CB79C3. Grayscale: #656565. Windows color (decimal): -13334980 or 3966516. OLE color: 3966516.

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

Color convert

RGB 52 134 60 -
CMYK 0.61 0 0.55 0.47
HSL 125.85º 0.44% 0.36% -
HSV(B) 125.85º 0.61% 0.53% -
XYZ 10.76 18.11 7.2 -
YUV 101.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 52 134 60 0.61 0 0.55 0.47 125.85 0.44 0.36
Hex 34 86 3C 3D 0 37 2F 7E 2C 24
Octal 64 206 74 75 0 67 57 176 54 44
Binary 110100 10000110 111100 111101 0 110111 101111 1111110 101100 100100

Color Harmonies of #34863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34863C

Black with #34863C

Text Example


Text Example

White with #34863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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