Html Css Color HEX #358632 Japanese Laurel

📋 copy color: '#358632'

red 53 ◦ green 134 ◦ blue 50

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

Shades of Japanese Laurel #358632

Tints of Japanese Laurel #358632

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.54%

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 22.36%
G = 56.54%
B = 21.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#358632 (or 0x358632) is known color: Japanese Laurel. HEX triplet: 35, 86 and 32. RGB value is (53,134,50). Sum of RGB (Red+Green+Blue) = 53+134+50=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #358632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358632 is #CA79CD. Grayscale: #646464. Windows color (decimal): -13269454 or 3311157. OLE color: 3311157.

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

Color convert

RGB 53 134 50 -
CMYK 0.60 0 0.63 0.47
HSL 117.86º 0.46% 0.36% -
HSV(B) 117.86º 0.63% 0.53% -
XYZ 10.57 18.04 5.94 -
YUV 100.21 99.66 94.33 -
System Red Green Blue C M Y K H S L
Decimal 53 134 50 0.60 0 0.63 0.47 117.86 0.46 0.36
Hex 35 86 32 3C 0 3F 2F 76 2E 24
Octal 65 206 62 74 0 77 57 166 56 44
Binary 110101 10000110 110010 111100 0 111111 101111 1110110 101110 100100

Color Harmonies of #358632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358632

Black with #358632

Text Example


Text Example

White with #358632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358632; }

 p { color: rgb(53,134,50); }

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

background-color css

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

 a { background-color: rgb(53,134,50); }

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

border-color css

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

 span { border-color: rgb(53,134,50); }

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