Html Css Color HEX #358641 Japanese Laurel

📋 copy color: '#358641'

red 53 ◦ green 134 ◦ blue 65

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

Shades of Japanese Laurel #358641

Tints of Japanese Laurel #358641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.79%

R = 21.03%
G = 53.17%
B = 25.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#358641 (or 0x358641) is known color: Japanese Laurel. HEX triplet: 35, 86 and 41. RGB value is (53,134,65). Sum of RGB (Red+Green+Blue) = 53+134+65=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #358641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358641 is #CA79BE. Grayscale: #666666. Windows color (decimal): -13269439 or 4294197. OLE color: 4294197.

HSL color Cylindrical-coordinate representation of color #358641: hue angle of 128.89º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358641 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 65 -
CMYK 0.60 0 0.51 0.47
HSL 128.89º 0.43% 0.37% -
HSV(B) 128.89º 0.6% 0.53% -
XYZ 10.95 18.19 7.93 -
YUV 101.92 107.16 93.11 -
System Red Green Blue C M Y K H S L
Decimal 53 134 65 0.60 0 0.51 0.47 128.89 0.43 0.37
Hex 35 86 41 3C 0 33 2F 81 2B 25
Octal 65 206 101 74 0 63 57 201 53 45
Binary 110101 10000110 1000001 111100 0 110011 101111 10000001 101011 100101

Color Harmonies of #358641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358641

Black with #358641

Text Example


Text Example

White with #358641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358641; }

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

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

background-color css

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

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

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

border-color css

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

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

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