Html Css Color HEX #34853A Japanese Laurel

📋 copy color: '#34853A'

red 52 ◦ green 133 ◦ blue 58

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

Shades of Japanese Laurel #34853A

Tints of Japanese Laurel #34853A

RGB

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

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

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

R = 21.4%
G = 54.73%
B = 23.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#34853A (or 0x34853A) is known color: Japanese Laurel. HEX triplet: 34, 85 and 3A. RGB value is (52,133,58). Sum of RGB (Red+Green+Blue) = 52+133+58=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #34853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34853A is #CB7AC5. Grayscale: #646464. Windows color (decimal): -13335238 or 3835188. OLE color: 3835188.

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

Color convert

RGB 52 133 58 -
CMYK 0.61 0 0.56 0.48
HSL 124.44º 0.44% 0.36% -
HSV(B) 124.44º 0.61% 0.52% -
XYZ 10.57 17.81 6.88 -
YUV 100.23 104.16 93.6 -
System Red Green Blue C M Y K H S L
Decimal 52 133 58 0.61 0 0.56 0.48 124.44 0.44 0.36
Hex 34 85 3A 3D 0 38 30 7C 2C 24
Octal 64 205 72 75 0 70 60 174 54 44
Binary 110100 10000101 111010 111101 0 111000 110000 1111100 101100 100100

Color Harmonies of #34853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34853A

Black with #34853A

Text Example


Text Example

White with #34853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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