Html Css Color HEX #3A753B Japanese Laurel

📋 copy color: '#3A753B'

red 58 ◦ green 117 ◦ blue 59

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

Shades of Japanese Laurel #3A753B

Tints of Japanese Laurel #3A753B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50%

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

R = 24.79%
G = 50%
B = 25.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#3A753B (or 0x3A753B) is known color: Japanese Laurel. HEX triplet: 3A, 75 and 3B. RGB value is (58,117,59). Sum of RGB (Red+Green+Blue) = 58+117+59=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #3A753B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A753B is #C58AC4. Grayscale: #5C5C5C. Windows color (decimal): -12946117 or 3896634. OLE color: 3896634.

HSL color Cylindrical-coordinate representation of color #3A753B: hue angle of 121.02º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A753B is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 117 59 -
CMYK 0.50 0 0.50 0.54
HSL 121.02º 0.34% 0.34% -
HSV(B) 121.02º 0.5% 0.46% -
XYZ 8.9 13.94 6.36 -
YUV 92.75 108.95 103.22 -
System Red Green Blue C M Y K H S L
Decimal 58 117 59 0.50 0 0.50 0.54 121.02 0.34 0.34
Hex 3A 75 3B 32 0 32 36 79 22 22
Octal 72 165 73 62 0 62 66 171 42 42
Binary 111010 1110101 111011 110010 0 110010 110110 1111001 100010 100010

Color Harmonies of #3A753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A753B

Black with #3A753B

Text Example


Text Example

White with #3A753B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,117,59); }

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

background-color css

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

 a { background-color: rgb(58,117,59); }

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

border-color css

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

 span { border-color: rgb(58,117,59); }

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