Html Css Color HEX #3A7735 Japanese Laurel

📋 copy color: '#3A7735'

red 58 ◦ green 119 ◦ blue 53

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

Shades of Japanese Laurel #3A7735

Tints of Japanese Laurel #3A7735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 25.22%
G = 51.74%
B = 23.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#3A7735 (or 0x3A7735) is known color: Japanese Laurel. HEX triplet: 3A, 77 and 35. RGB value is (58,119,53). Sum of RGB (Red+Green+Blue) = 58+119+53=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7735 is #C588CA. Grayscale: #5D5D5D. Windows color (decimal): -12945611 or 3503930. OLE color: 3503930.

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

Color convert

RGB 58 119 53 -
CMYK 0.51 0 0.55 0.53
HSL 115.45º 0.38% 0.34% -
HSV(B) 115.45º 0.55% 0.47% -
XYZ 8.98 14.35 5.66 -
YUV 93.24 105.29 102.87 -
System Red Green Blue C M Y K H S L
Decimal 58 119 53 0.51 0 0.55 0.53 115.45 0.38 0.34
Hex 3A 77 35 33 0 37 35 73 26 22
Octal 72 167 65 63 0 67 65 163 46 42
Binary 111010 1110111 110101 110011 0 110111 110101 1110011 100110 100010

Color Harmonies of #3A7735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7735

Black with #3A7735

Text Example


Text Example

White with #3A7735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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