Html Css Color HEX #358D3C Japanese Laurel

📋 copy color: '#358D3C'

red 53 ◦ green 141 ◦ blue 60

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

Shades of Japanese Laurel #358D3C

Tints of Japanese Laurel #358D3C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 55.51%

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 20.87%
G = 55.51%
B = 23.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#358D3C (or 0x358D3C) is known color: Japanese Laurel. HEX triplet: 35, 8D and 3C. RGB value is (53,141,60). Sum of RGB (Red+Green+Blue) = 53+141+60=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #358D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358D3C is #CA72C3. Grayscale: #696969. Windows color (decimal): -13267652 or 3968309. OLE color: 3968309.

HSL color Cylindrical-coordinate representation of color #358D3C: hue angle of 124.77º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358D3C is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 141 60 -
CMYK 0.62 0 0.57 0.45
HSL 124.77º 0.45% 0.38% -
HSV(B) 124.77º 0.62% 0.55% -
XYZ 11.81 20.13 7.54 -
YUV 105.45 102.35 90.59 -
System Red Green Blue C M Y K H S L
Decimal 53 141 60 0.62 0 0.57 0.45 124.77 0.45 0.38
Hex 35 8D 3C 3E 0 39 2D 7D 2D 26
Octal 65 215 74 76 0 71 55 175 55 46
Binary 110101 10001101 111100 111110 0 111001 101101 1111101 101101 100110

Color Harmonies of #358D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D3C

Black with #358D3C

Text Example


Text Example

White with #358D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,141,60); }

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

background-color css

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

 a { background-color: rgb(53,141,60); }

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

border-color css

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

 span { border-color: rgb(53,141,60); }

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