Html Css Color HEX #34732B Japanese Laurel

📋 copy color: '#34732B'

red 52 ◦ green 115 ◦ blue 43

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

Shades of Japanese Laurel #34732B

Tints of Japanese Laurel #34732B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 24.76%
G = 54.76%
B = 20.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#34732B (or 0x34732B) is known color: Japanese Laurel. HEX triplet: 34, 73 and 2B. RGB value is (52,115,43). Sum of RGB (Red+Green+Blue) = 52+115+43=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #34732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34732B is #CB8CD4. Grayscale: #585858. Windows color (decimal): -13339861 or 2847540. OLE color: 2847540.

HSL color Cylindrical-coordinate representation of color #34732B: hue angle of 112.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34732B is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 115 43 -
CMYK 0.55 0 0.63 0.55
HSL 112.5º 0.46% 0.31% -
HSV(B) 112.5º 0.63% 0.45% -
XYZ 7.98 13.17 4.41 -
YUV 87.96 102.63 102.35 -
System Red Green Blue C M Y K H S L
Decimal 52 115 43 0.55 0 0.63 0.55 112.5 0.46 0.31
Hex 34 73 2B 37 0 3F 37 70 2E 1F
Octal 64 163 53 67 0 77 67 160 56 37
Binary 110100 1110011 101011 110111 0 111111 110111 1110000 101110 11111

Color Harmonies of #34732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34732B

Black with #34732B

Text Example


Text Example

White with #34732B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34732B; }

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

 H1.HeaderClassName
 {
   color: #34732B;
 }
 .AnyTagClassName
 {
   color: #34732B;
 }
</style>

background-color css

<style>
 a { background-color: #34732B; }

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

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

border-color css

<style>
 span { border-color: #34732B; }

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

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