Html Css Color HEX #358A3A Japanese Laurel

📋 copy color: '#358A3A'

red 53 ◦ green 138 ◦ blue 58

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

Shades of Japanese Laurel #358A3A

Tints of Japanese Laurel #358A3A

RGB

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

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

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

R = 21.29%
G = 55.42%
B = 23.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#358A3A (or 0x358A3A) is known color: Japanese Laurel. HEX triplet: 35, 8A and 3A. RGB value is (53,138,58). Sum of RGB (Red+Green+Blue) = 53+138+58=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #358A3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A3A is #CA75C5. Grayscale: #676767. Windows color (decimal): -13268422 or 3836469. OLE color: 3836469.

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

Color convert

RGB 53 138 58 -
CMYK 0.62 0 0.58 0.46
HSL 123.53º 0.45% 0.37% -
HSV(B) 123.53º 0.62% 0.54% -
XYZ 11.32 19.24 7.12 -
YUV 103.47 102.34 92 -
System Red Green Blue C M Y K H S L
Decimal 53 138 58 0.62 0 0.58 0.46 123.53 0.45 0.37
Hex 35 8A 3A 3E 0 3A 2E 7C 2D 25
Octal 65 212 72 76 0 72 56 174 55 45
Binary 110101 10001010 111010 111110 0 111010 101110 1111100 101101 100101

Color Harmonies of #358A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358A3A

Black with #358A3A

Text Example


Text Example

White with #358A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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