Html Css Color HEX #3A7632 Japanese Laurel

📋 copy color: '#3A7632'

red 58 ◦ green 118 ◦ blue 50

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

Shades of Japanese Laurel #3A7632

Tints of Japanese Laurel #3A7632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.21%

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

R = 25.66%
G = 52.21%
B = 22.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#3A7632 (or 0x3A7632) is known color: Japanese Laurel. HEX triplet: 3A, 76 and 32. RGB value is (58,118,50). Sum of RGB (Red+Green+Blue) = 58+118+50=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7632 is #C589CD. Grayscale: #5C5C5C. Windows color (decimal): -12945870 or 3307066. OLE color: 3307066.

HSL color Cylindrical-coordinate representation of color #3A7632: hue angle of 112.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A7632 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 118 50 -
CMYK 0.51 0 0.58 0.54
HSL 112.94º 0.4% 0.33% -
HSV(B) 112.94º 0.58% 0.46% -
XYZ 8.8 14.09 5.27 -
YUV 92.31 104.12 103.53 -
System Red Green Blue C M Y K H S L
Decimal 58 118 50 0.51 0 0.58 0.54 112.94 0.4 0.33
Hex 3A 76 32 33 0 3A 36 71 28 21
Octal 72 166 62 63 0 72 66 161 50 41
Binary 111010 1110110 110010 110011 0 111010 110110 1110001 101000 100001

Color Harmonies of #3A7632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7632

Black with #3A7632

Text Example


Text Example

White with #3A7632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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