Html Css Color HEX #358831 Japanese Laurel

📋 copy color: '#358831'

red 53 ◦ green 136 ◦ blue 49

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

Shades of Japanese Laurel #358831

Tints of Japanese Laurel #358831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 57.14%

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

R = 22.27%
G = 57.14%
B = 20.59%

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

#358831 (or 0x358831) is known color: Japanese Laurel. HEX triplet: 35, 88 and 31. RGB value is (53,136,49). Sum of RGB (Red+Green+Blue) = 53+136+49=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 136 (53.52% from 255 or 57.14% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 136 - color contains mainly: green. Hex color #358831 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358831 is #CA77CE. Grayscale: #656565. Windows color (decimal): -13268943 or 3246133. OLE color: 3246133.

HSL color Cylindrical-coordinate representation of color #358831: hue angle of 117.24º 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 #358831 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 136 49 -
CMYK 0.61 0 0.64 0.47
HSL 117.24º 0.47% 0.36% -
HSV(B) 117.24º 0.64% 0.53% -
XYZ 10.83 18.59 5.92 -
YUV 101.27 98.5 93.57 -
System Red Green Blue C M Y K H S L
Decimal 53 136 49 0.61 0 0.64 0.47 117.24 0.47 0.36
Hex 35 88 31 3D 0 40 2F 75 2F 24
Octal 65 210 61 75 0 100 57 165 57 44
Binary 110101 10001000 110001 111101 0 1000000 101111 1110101 101111 100100

Color Harmonies of #358831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358831

Black with #358831

Text Example


Text Example

White with #358831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358831; }

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

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

background-color css

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

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

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

border-color css

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

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

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