Html Css Color HEX #34853F Japanese Laurel

📋 copy color: '#34853F'

red 52 ◦ green 133 ◦ blue 63

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

Shades of Japanese Laurel #34853F

Tints of Japanese Laurel #34853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.63%

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

R = 20.97%
G = 53.63%
B = 25.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#34853F (or 0x34853F) is known color: Japanese Laurel. HEX triplet: 34, 85 and 3F. RGB value is (52,133,63). Sum of RGB (Red+Green+Blue) = 52+133+63=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #34853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34853F is #CB7AC0. Grayscale: #656565. Windows color (decimal): -13335233 or 4162868. OLE color: 4162868.

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

Color convert

RGB 52 133 63 -
CMYK 0.61 0 0.53 0.48
HSL 128.15º 0.44% 0.36% -
HSV(B) 128.15º 0.61% 0.52% -
XYZ 10.7 17.86 7.59 -
YUV 100.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 52 133 63 0.61 0 0.53 0.48 128.15 0.44 0.36
Hex 34 85 3F 3D 0 35 30 80 2C 24
Octal 64 205 77 75 0 65 60 200 54 44
Binary 110100 10000101 111111 111101 0 110101 110000 10000000 101100 100100

Color Harmonies of #34853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34853F

Black with #34853F

Text Example


Text Example

White with #34853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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