Html Css Color HEX #358633 Japanese Laurel

📋 copy color: '#358633'

red 53 ◦ green 134 ◦ blue 51

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

Shades of Japanese Laurel #358633

Tints of Japanese Laurel #358633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.43%

R = 22.27%
G = 56.3%
B = 21.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#358633 (or 0x358633) is known color: Japanese Laurel. HEX triplet: 35, 86 and 33. RGB value is (53,134,51). Sum of RGB (Red+Green+Blue) = 53+134+51=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #358633 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358633 is #CA79CC. Grayscale: #646464. Windows color (decimal): -13269453 or 3376693. OLE color: 3376693.

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

Color convert

RGB 53 134 51 -
CMYK 0.60 0 0.62 0.47
HSL 118.55º 0.45% 0.36% -
HSV(B) 118.55º 0.62% 0.53% -
XYZ 10.59 18.05 6.06 -
YUV 100.32 100.16 94.25 -
System Red Green Blue C M Y K H S L
Decimal 53 134 51 0.60 0 0.62 0.47 118.55 0.45 0.36
Hex 35 86 33 3C 0 3E 2F 77 2D 24
Octal 65 206 63 74 0 76 57 167 55 44
Binary 110101 10000110 110011 111100 0 111110 101111 1110111 101101 100100

Color Harmonies of #358633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358633

Black with #358633

Text Example


Text Example

White with #358633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358633; }

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

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

background-color css

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

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

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

border-color css

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

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

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