Html Css Color HEX #3A7832 Japanese Laurel

📋 copy color: '#3A7832'

red 58 ◦ green 120 ◦ blue 50

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

Shades of Japanese Laurel #3A7832

Tints of Japanese Laurel #3A7832

RGB

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

 GREEN value IS 120 (47.27% from 255) = 52.63%

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 25.44%
G = 52.63%
B = 21.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#3A7832 (or 0x3A7832) is known color: Japanese Laurel. HEX triplet: 3A, 78 and 32. RGB value is (58,120,50). Sum of RGB (Red+Green+Blue) = 58+120+50=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7832 is #C587CD. Grayscale: #5D5D5D. Windows color (decimal): -12945358 or 3307578. OLE color: 3307578.

HSL color Cylindrical-coordinate representation of color #3A7832: hue angle of 113.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A7832 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 120 50 -
CMYK 0.52 0 0.58 0.53
HSL 113.14º 0.41% 0.33% -
HSV(B) 113.14º 0.58% 0.47% -
XYZ 9.04 14.56 5.35 -
YUV 93.48 103.46 102.69 -
System Red Green Blue C M Y K H S L
Decimal 58 120 50 0.52 0 0.58 0.53 113.14 0.41 0.33
Hex 3A 78 32 34 0 3A 35 71 29 21
Octal 72 170 62 64 0 72 65 161 51 41
Binary 111010 1111000 110010 110100 0 111010 110101 1110001 101001 100001

Color Harmonies of #3A7832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7832

Black with #3A7832

Text Example


Text Example

White with #3A7832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,120,50); }

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

background-color css

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

 a { background-color: rgb(58,120,50); }

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

border-color css

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

 span { border-color: rgb(58,120,50); }

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