Html Css Color HEX #3A803F Japanese Laurel

📋 copy color: '#3A803F'

red 58 ◦ green 128 ◦ blue 63

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

Shades of Japanese Laurel #3A803F

Tints of Japanese Laurel #3A803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.41%

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

R = 23.29%
G = 51.41%
B = 25.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#3A803F (or 0x3A803F) is known color: Japanese Laurel. HEX triplet: 3A, 80 and 3F. RGB value is (58,128,63). Sum of RGB (Red+Green+Blue) = 58+128+63=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #3A803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A803F is #C57FC0. Grayscale: #636363. Windows color (decimal): -12943297 or 4161594. OLE color: 4161594.

HSL color Cylindrical-coordinate representation of color #3A803F: hue angle of 124.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A803F is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 128 63 -
CMYK 0.55 0 0.51 0.50
HSL 124.29º 0.38% 0.36% -
HSV(B) 124.29º 0.55% 0.5% -
XYZ 10.36 16.7 7.38 -
YUV 99.66 107.31 98.29 -
System Red Green Blue C M Y K H S L
Decimal 58 128 63 0.55 0 0.51 0.50 124.29 0.38 0.36
Hex 3A 80 3F 37 0 33 32 7C 26 24
Octal 72 200 77 67 0 63 62 174 46 44
Binary 111010 10000000 111111 110111 0 110011 110010 1111100 100110 100100

Color Harmonies of #3A803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A803F

Black with #3A803F

Text Example


Text Example

White with #3A803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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