Html Css Color HEX #34733A Japanese Laurel

📋 copy color: '#34733A'

red 52 ◦ green 115 ◦ blue 58

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

Shades of Japanese Laurel #34733A

Tints of Japanese Laurel #34733A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.11%

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

R = 23.11%
G = 51.11%
B = 25.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#34733A (or 0x34733A) is known color: Japanese Laurel. HEX triplet: 34, 73 and 3A. RGB value is (52,115,58). Sum of RGB (Red+Green+Blue) = 52+115+58=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #34733A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34733A is #CB8CC5. Grayscale: #595959. Windows color (decimal): -13339846 or 3830580. OLE color: 3830580.

HSL color Cylindrical-coordinate representation of color #34733A: hue angle of 125.71º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34733A is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 115 58 -
CMYK 0.55 0 0.50 0.55
HSL 125.71º 0.38% 0.33% -
HSV(B) 125.71º 0.55% 0.45% -
XYZ 8.31 13.3 6.13 -
YUV 89.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 52 115 58 0.55 0 0.50 0.55 125.71 0.38 0.33
Hex 34 73 3A 37 0 32 37 7E 26 21
Octal 64 163 72 67 0 62 67 176 46 41
Binary 110100 1110011 111010 110111 0 110010 110111 1111110 100110 100001

Color Harmonies of #34733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34733A

Black with #34733A

Text Example


Text Example

White with #34733A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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