Html Css Color HEX #3A6E38 Japanese Laurel

📋 copy color: '#3A6E38'

red 58 ◦ green 110 ◦ blue 56

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

Shades of Japanese Laurel #3A6E38

Tints of Japanese Laurel #3A6E38

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.11%

 BLUE value IS 56 (22.27% from 255) = 25%

R = 25.89%
G = 49.11%
B = 25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#3A6E38 (or 0x3A6E38) is known color: Japanese Laurel. HEX triplet: 3A, 6E and 38. RGB value is (58,110,56). Sum of RGB (Red+Green+Blue) = 58+110+56=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6E38 is #C591C7. Grayscale: #585858. Windows color (decimal): -12947912 or 3698234. OLE color: 3698234.

HSL color Cylindrical-coordinate representation of color #3A6E38: hue angle of 117.78º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A6E38 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 110 56 -
CMYK 0.47 0 0.49 0.57
HSL 117.78º 0.33% 0.33% -
HSV(B) 117.78º 0.49% 0.43% -
XYZ 8.03 12.34 5.7 -
YUV 88.3 109.77 106.39 -
System Red Green Blue C M Y K H S L
Decimal 58 110 56 0.47 0 0.49 0.57 117.78 0.33 0.33
Hex 3A 6E 38 2F 0 31 39 76 21 21
Octal 72 156 70 57 0 61 71 166 41 41
Binary 111010 1101110 111000 101111 0 110001 111001 1110110 100001 100001

Color Harmonies of #3A6E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6E38

Black with #3A6E38

Text Example


Text Example

White with #3A6E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,110,56); }

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

background-color css

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

 a { background-color: rgb(58,110,56); }

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

border-color css

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

 span { border-color: rgb(58,110,56); }

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