Html Css Color HEX #3A883F Japanese Laurel

📋 copy color: '#3A883F'

red 58 ◦ green 136 ◦ blue 63

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

Shades of Japanese Laurel #3A883F

Tints of Japanese Laurel #3A883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.92%

 BLUE value IS 63 (25% from 255) = 24.51%

R = 22.57%
G = 52.92%
B = 24.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#3A883F (or 0x3A883F) is known color: Japanese Laurel. HEX triplet: 3A, 88 and 3F. RGB value is (58,136,63). Sum of RGB (Red+Green+Blue) = 58+136+63=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #3A883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A883F is #C577C0. Grayscale: #686868. Windows color (decimal): -12941249 or 4163642. OLE color: 4163642.

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

Color convert

RGB 58 136 63 -
CMYK 0.57 0 0.54 0.47
HSL 123.85º 0.4% 0.38% -
HSV(B) 123.85º 0.57% 0.53% -
XYZ 11.45 18.87 7.74 -
YUV 104.36 104.66 94.94 -
System Red Green Blue C M Y K H S L
Decimal 58 136 63 0.57 0 0.54 0.47 123.85 0.4 0.38
Hex 3A 88 3F 39 0 36 2F 7C 28 26
Octal 72 210 77 71 0 66 57 174 50 46
Binary 111010 10001000 111111 111001 0 110110 101111 1111100 101000 100110

Color Harmonies of #3A883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A883F

Black with #3A883F

Text Example


Text Example

White with #3A883F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,136,63); }

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

background-color css

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

 a { background-color: rgb(58,136,63); }

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

border-color css

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

 span { border-color: rgb(58,136,63); }

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