Html Css Color HEX #358431 Japanese Laurel

📋 copy color: '#358431'

red 53 ◦ green 132 ◦ blue 49

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

Shades of Japanese Laurel #358431

Tints of Japanese Laurel #358431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.41%

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

R = 22.65%
G = 56.41%
B = 20.94%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#358431 (or 0x358431) is known color: Japanese Laurel. HEX triplet: 35, 84 and 31. RGB value is (53,132,49). Sum of RGB (Red+Green+Blue) = 53+132+49=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #358431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358431 is #CA7BCE. Grayscale: #636363. Windows color (decimal): -13269967 or 3245109. OLE color: 3245109.

HSL color Cylindrical-coordinate representation of color #358431: hue angle of 117.11º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358431 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 49 -
CMYK 0.60 0 0.63 0.48
HSL 117.11º 0.46% 0.35% -
HSV(B) 117.11º 0.63% 0.52% -
XYZ 10.27 17.48 5.74 -
YUV 98.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 53 132 49 0.60 0 0.63 0.48 117.11 0.46 0.35
Hex 35 84 31 3C 0 3F 30 75 2E 23
Octal 65 204 61 74 0 77 60 165 56 43
Binary 110101 10000100 110001 111100 0 111111 110000 1110101 101110 100011

Color Harmonies of #358431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358431

Black with #358431

Text Example


Text Example

White with #358431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358431; }

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

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

background-color css

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

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

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

border-color css

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

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

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