Html Css Color HEX #358731 Japanese Laurel

📋 copy color: '#358731'

red 53 ◦ green 135 ◦ blue 49

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

Shades of Japanese Laurel #358731

Tints of Japanese Laurel #358731

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.96%

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

R = 22.36%
G = 56.96%
B = 20.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#358731 (or 0x358731) is known color: Japanese Laurel. HEX triplet: 35, 87 and 31. RGB value is (53,135,49). Sum of RGB (Red+Green+Blue) = 53+135+49=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #358731 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358731 is #CA78CE. Grayscale: #646464. Windows color (decimal): -13269199 or 3245877. OLE color: 3245877.

HSL color Cylindrical-coordinate representation of color #358731: hue angle of 117.21º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358731 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 135 49 -
CMYK 0.61 0 0.64 0.47
HSL 117.21º 0.47% 0.36% -
HSV(B) 117.21º 0.64% 0.53% -
XYZ 10.69 18.31 5.88 -
YUV 100.68 98.83 93.99 -
System Red Green Blue C M Y K H S L
Decimal 53 135 49 0.61 0 0.64 0.47 117.21 0.47 0.36
Hex 35 87 31 3D 0 40 2F 75 2F 24
Octal 65 207 61 75 0 100 57 165 57 44
Binary 110101 10000111 110001 111101 0 1000000 101111 1110101 101111 100100

Color Harmonies of #358731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358731

Black with #358731

Text Example


Text Example

White with #358731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358731; }

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

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

background-color css

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

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

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

border-color css

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

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

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