Html Css Color HEX #318A3A Japanese Laurel

📋 copy color: '#318A3A'

red 49 ◦ green 138 ◦ blue 58

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

Shades of Japanese Laurel #318A3A

Tints of Japanese Laurel #318A3A

RGB

 RED value IS 49 (19.53% from 255) = 20%

 GREEN value IS 138 (54.3% from 255) = 56.33%

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 20%
G = 56.33%
B = 23.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#318A3A (or 0x318A3A) is known color: Japanese Laurel. HEX triplet: 31, 8A and 3A. RGB value is (49,138,58). Sum of RGB (Red+Green+Blue) = 49+138+58=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #318A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318A3A is #CE75C5. Grayscale: #666666. Windows color (decimal): -13530566 or 3836465. OLE color: 3836465.

HSL color Cylindrical-coordinate representation of color #318A3A: hue angle of 126.07º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318A3A is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 138 58 -
CMYK 0.64 0 0.58 0.46
HSL 126.07º 0.48% 0.37% -
HSV(B) 126.07º 0.64% 0.54% -
XYZ 11.12 19.14 7.11 -
YUV 102.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 49 138 58 0.64 0 0.58 0.46 126.07 0.48 0.37
Hex 31 8A 3A 40 0 3A 2E 7E 30 25
Octal 61 212 72 100 0 72 56 176 60 45
Binary 110001 10001010 111010 1000000 0 111010 101110 1111110 110000 100101

Color Harmonies of #318A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318A3A

Black with #318A3A

Text Example


Text Example

White with #318A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318A3A; }

 p { color: rgb(49,138,58); }

 H1.HeaderClassName
 {
   color: #318A3A;
 }
 .AnyTagClassName
 {
   color: #318A3A;
 }
</style>

background-color css

<style>
 a { background-color: #318A3A; }

 a { background-color: rgb(49,138,58); }

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

border-color css

<style>
 span { border-color: #318A3A; }

 span { border-color: rgb(49,138,58); }

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