Html Css Color HEX #34733F Japanese Laurel

📋 copy color: '#34733F'

red 52 ◦ green 115 ◦ blue 63

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

Shades of Japanese Laurel #34733F

Tints of Japanese Laurel #34733F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.39%

R = 22.61%
G = 50%
B = 27.39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#34733F (or 0x34733F) is known color: Japanese Laurel. HEX triplet: 34, 73 and 3F. RGB value is (52,115,63). Sum of RGB (Red+Green+Blue) = 52+115+63=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #34733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34733F is #CB8CC0. Grayscale: #5A5A5A. Windows color (decimal): -13339841 or 4158260. OLE color: 4158260.

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

Color convert

RGB 52 115 63 -
CMYK 0.55 0 0.45 0.55
HSL 130.48º 0.38% 0.33% -
HSV(B) 130.48º 0.55% 0.45% -
XYZ 8.44 13.35 6.83 -
YUV 90.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 52 115 63 0.55 0 0.45 0.55 130.48 0.38 0.33
Hex 34 73 3F 37 0 2D 37 82 26 21
Octal 64 163 77 67 0 55 67 202 46 41
Binary 110100 1110011 111111 110111 0 101101 110111 10000010 100110 100001

Color Harmonies of #34733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34733F

Black with #34733F

Text Example


Text Example

White with #34733F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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