Html Css Color HEX #34752D Japanese Laurel

📋 copy color: '#34752D'

red 52 ◦ green 117 ◦ blue 45

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

Shades of Japanese Laurel #34752D

Tints of Japanese Laurel #34752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.67%

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 24.3%
G = 54.67%
B = 21.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#34752D (or 0x34752D) is known color: Japanese Laurel. HEX triplet: 34, 75 and 2D. RGB value is (52,117,45). Sum of RGB (Red+Green+Blue) = 52+117+45=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #34752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34752D is #CB8AD2. Grayscale: #595959. Windows color (decimal): -13339347 or 2979124. OLE color: 2979124.

HSL color Cylindrical-coordinate representation of color #34752D: hue angle of 114.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34752D is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 117 45 -
CMYK 0.56 0 0.62 0.54
HSL 114.17º 0.44% 0.32% -
HSV(B) 114.17º 0.62% 0.46% -
XYZ 8.25 13.64 4.68 -
YUV 89.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 52 117 45 0.56 0 0.62 0.54 114.17 0.44 0.32
Hex 34 75 2D 38 0 3E 36 72 2C 20
Octal 64 165 55 70 0 76 66 162 54 40
Binary 110100 1110101 101101 111000 0 111110 110110 1110010 101100 100000

Color Harmonies of #34752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34752D

Black with #34752D

Text Example


Text Example

White with #34752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34752D; }

 p { color: rgb(52,117,45); }

 H1.HeaderClassName
 {
   color: #34752D;
 }
 .AnyTagClassName
 {
   color: #34752D;
 }
</style>

background-color css

<style>
 a { background-color: #34752D; }

 a { background-color: rgb(52,117,45); }

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

border-color css

<style>
 span { border-color: #34752D; }

 span { border-color: rgb(52,117,45); }

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