Html Css Color HEX #3A7734 Japanese Laurel

📋 copy color: '#3A7734'

red 58 ◦ green 119 ◦ blue 52

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

Shades of Japanese Laurel #3A7734

Tints of Japanese Laurel #3A7734

RGB

 RED value IS 58 (23.05% from 255) = 25.33%

 GREEN value IS 119 (46.88% from 255) = 51.97%

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

R = 25.33%
G = 51.97%
B = 22.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#3A7734 (or 0x3A7734) is known color: Japanese Laurel. HEX triplet: 3A, 77 and 34. RGB value is (58,119,52). Sum of RGB (Red+Green+Blue) = 58+119+52=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7734 is #C588CB. Grayscale: #5D5D5D. Windows color (decimal): -12945612 or 3438394. OLE color: 3438394.

HSL color Cylindrical-coordinate representation of color #3A7734: hue angle of 114.63º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A7734 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 119 52 -
CMYK 0.51 0 0.56 0.53
HSL 114.63º 0.39% 0.34% -
HSV(B) 114.63º 0.56% 0.47% -
XYZ 8.96 14.34 5.54 -
YUV 93.12 104.79 102.95 -
System Red Green Blue C M Y K H S L
Decimal 58 119 52 0.51 0 0.56 0.53 114.63 0.39 0.34
Hex 3A 77 34 33 0 38 35 73 27 22
Octal 72 167 64 63 0 70 65 163 47 42
Binary 111010 1110111 110100 110011 0 111000 110101 1110011 100111 100010

Color Harmonies of #3A7734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7734

Black with #3A7734

Text Example


Text Example

White with #3A7734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7734; }

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

 H1.HeaderClassName
 {
   color: #3A7734;
 }
 .AnyTagClassName
 {
   color: #3A7734;
 }
</style>

background-color css

<style>
 a { background-color: #3A7734; }

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

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

border-color css

<style>
 span { border-color: #3A7734; }

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

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