Html Css Color HEX #34753C Japanese Laurel

📋 copy color: '#34753C'

red 52 ◦ green 117 ◦ blue 60

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

Shades of Japanese Laurel #34753C

Tints of Japanese Laurel #34753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 22.71%
G = 51.09%
B = 26.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#34753C (or 0x34753C) is known color: Japanese Laurel. HEX triplet: 34, 75 and 3C. RGB value is (52,117,60). Sum of RGB (Red+Green+Blue) = 52+117+60=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #34753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34753C is #CB8AC3. Grayscale: #5B5B5B. Windows color (decimal): -13339332 or 3962164. OLE color: 3962164.

HSL color Cylindrical-coordinate representation of color #34753C: hue angle of 127.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34753C is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 117 60 -
CMYK 0.56 0 0.49 0.54
HSL 127.38º 0.38% 0.33% -
HSV(B) 127.38º 0.56% 0.46% -
XYZ 8.59 13.78 6.48 -
YUV 91.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 52 117 60 0.56 0 0.49 0.54 127.38 0.38 0.33
Hex 34 75 3C 38 0 31 36 7F 26 21
Octal 64 165 74 70 0 61 66 177 46 41
Binary 110100 1110101 111100 111000 0 110001 110110 1111111 100110 100001

Color Harmonies of #34753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34753C

Black with #34753C

Text Example


Text Example

White with #34753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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