Html Css Color HEX #358F37 Japanese Laurel

📋 copy color: '#358F37'

red 53 ◦ green 143 ◦ blue 55

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

Shades of Japanese Laurel #358F37

Tints of Japanese Laurel #358F37

RGB

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

 GREEN value IS 143 (56.25% from 255) = 56.97%

 BLUE value IS 55 (21.88% from 255) = 21.91%

R = 21.12%
G = 56.97%
B = 21.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#358F37 (or 0x358F37) is known color: Japanese Laurel. HEX triplet: 35, 8F and 37. RGB value is (53,143,55). Sum of RGB (Red+Green+Blue) = 53+143+55=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #358F37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358F37 is #CA70C8. Grayscale: #6A6A6A. Windows color (decimal): -13267145 or 3641141. OLE color: 3641141.

HSL color Cylindrical-coordinate representation of color #358F37: hue angle of 121.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F37 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 143 55 -
CMYK 0.63 0 0.62 0.44
HSL 121.33º 0.46% 0.38% -
HSV(B) 121.33º 0.63% 0.56% -
XYZ 11.98 20.68 6.97 -
YUV 106.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 53 143 55 0.63 0 0.62 0.44 121.33 0.46 0.38
Hex 35 8F 37 3F 0 3E 2C 79 2E 26
Octal 65 217 67 77 0 76 54 171 56 46
Binary 110101 10001111 110111 111111 0 111110 101100 1111001 101110 100110

Color Harmonies of #358F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358F37

Black with #358F37

Text Example


Text Example

White with #358F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,143,55); }

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

background-color css

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

 a { background-color: rgb(53,143,55); }

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

border-color css

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

 span { border-color: rgb(53,143,55); }

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