Html Css Color HEX #34752C Japanese Laurel

📋 copy color: '#34752C'

red 52 ◦ green 117 ◦ blue 44

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

Shades of Japanese Laurel #34752C

Tints of Japanese Laurel #34752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.66%

R = 24.41%
G = 54.93%
B = 20.66%

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

#34752C (or 0x34752C) is known color: Japanese Laurel. HEX triplet: 34, 75 and 2C. RGB value is (52,117,44). Sum of RGB (Red+Green+Blue) = 52+117+44=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #34752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34752C is #CB8AD3. Grayscale: #595959. Windows color (decimal): -13339348 or 2913588. OLE color: 2913588.

HSL color Cylindrical-coordinate representation of color #34752C: hue angle of 113.42º degrees, saturation: 0.45, 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 #34752C is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 117 44 -
CMYK 0.56 0 0.62 0.54
HSL 113.42º 0.45% 0.32% -
HSV(B) 113.42º 0.62% 0.46% -
XYZ 8.23 13.63 4.58 -
YUV 89.24 102.47 101.44 -
System Red Green Blue C M Y K H S L
Decimal 52 117 44 0.56 0 0.62 0.54 113.42 0.45 0.32
Hex 34 75 2C 38 0 3E 36 71 2D 20
Octal 64 165 54 70 0 76 66 161 55 40
Binary 110100 1110101 101100 111000 0 111110 110110 1110001 101101 100000

Color Harmonies of #34752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34752C

Black with #34752C

Text Example


Text Example

White with #34752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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