Html Css Color HEX #34733B Japanese Laurel

📋 copy color: '#34733B'

red 52 ◦ green 115 ◦ blue 59

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

Shades of Japanese Laurel #34733B

Tints of Japanese Laurel #34733B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.11%

R = 23.01%
G = 50.88%
B = 26.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#34733B (or 0x34733B) is known color: Japanese Laurel. HEX triplet: 34, 73 and 3B. RGB value is (52,115,59). Sum of RGB (Red+Green+Blue) = 52+115+59=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #34733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34733B is #CB8CC4. Grayscale: #595959. Windows color (decimal): -13339845 or 3896116. OLE color: 3896116.

HSL color Cylindrical-coordinate representation of color #34733B: hue angle of 126.67º 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 #34733B is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 115 59 -
CMYK 0.55 0 0.49 0.55
HSL 126.67º 0.38% 0.33% -
HSV(B) 126.67º 0.55% 0.45% -
XYZ 8.34 13.31 6.27 -
YUV 89.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 52 115 59 0.55 0 0.49 0.55 126.67 0.38 0.33
Hex 34 73 3B 37 0 31 37 7F 26 21
Octal 64 163 73 67 0 61 67 177 46 41
Binary 110100 1110011 111011 110111 0 110001 110111 1111111 100110 100001

Color Harmonies of #34733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34733B

Black with #34733B

Text Example


Text Example

White with #34733B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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