Html Css Color HEX #34752A Japanese Laurel

📋 copy color: '#34752A'

red 52 ◦ green 117 ◦ blue 42

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

Shades of Japanese Laurel #34752A

Tints of Japanese Laurel #34752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 24.64%
G = 55.45%
B = 19.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#34752A (or 0x34752A) is known color: Japanese Laurel. HEX triplet: 34, 75 and 2A. RGB value is (52,117,42). Sum of RGB (Red+Green+Blue) = 52+117+42=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #34752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34752A is #CB8AD5. Grayscale: #595959. Windows color (decimal): -13339350 or 2782516. OLE color: 2782516.

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

Color convert

RGB 52 117 42 -
CMYK 0.56 0 0.64 0.54
HSL 112º 0.47% 0.31% -
HSV(B) 112º 0.64% 0.46% -
XYZ 8.2 13.62 4.39 -
YUV 89.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 52 117 42 0.56 0 0.64 0.54 112 0.47 0.31
Hex 34 75 2A 38 0 40 36 70 2F 1F
Octal 64 165 52 70 0 100 66 160 57 37
Binary 110100 1110101 101010 111000 0 1000000 110110 1110000 101111 11111

Color Harmonies of #34752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34752A

Black with #34752A

Text Example


Text Example

White with #34752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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