Html Css Color HEX #358A31 Japanese Laurel

📋 copy color: '#358A31'

red 53 ◦ green 138 ◦ blue 49

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

Shades of Japanese Laurel #358A31

Tints of Japanese Laurel #358A31

RGB

 RED value IS 53 (21.09% from 255) = 22.08%

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

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 22.08%
G = 57.5%
B = 20.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#358A31 (or 0x358A31) is known color: Japanese Laurel. HEX triplet: 35, 8A and 31. RGB value is (53,138,49). Sum of RGB (Red+Green+Blue) = 53+138+49=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #358A31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A31 is #CA75CE. Grayscale: #666666. Windows color (decimal): -13268431 or 3246645. OLE color: 3246645.

HSL color Cylindrical-coordinate representation of color #358A31: hue angle of 117.3º 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 #358A31 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 138 49 -
CMYK 0.62 0 0.64 0.46
HSL 117.3º 0.48% 0.37% -
HSV(B) 117.3º 0.64% 0.54% -
XYZ 11.11 19.16 6.02 -
YUV 102.44 97.84 92.74 -
System Red Green Blue C M Y K H S L
Decimal 53 138 49 0.62 0 0.64 0.46 117.3 0.48 0.37
Hex 35 8A 31 3E 0 40 2E 75 30 25
Octal 65 212 61 76 0 100 56 165 60 45
Binary 110101 10001010 110001 111110 0 1000000 101110 1110101 110000 100101

Color Harmonies of #358A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358A31

Black with #358A31

Text Example


Text Example

White with #358A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358A31; }

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

 H1.HeaderClassName
 {
   color: #358A31;
 }
 .AnyTagClassName
 {
   color: #358A31;
 }
</style>

background-color css

<style>
 a { background-color: #358A31; }

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

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

border-color css

<style>
 span { border-color: #358A31; }

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

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