Html Css Color HEX #358643 Japanese Laurel

📋 copy color: '#358643'

red 53 ◦ green 134 ◦ blue 67

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

Shades of Japanese Laurel #358643

Tints of Japanese Laurel #358643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.38%

R = 20.87%
G = 52.76%
B = 26.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#358643 (or 0x358643) is known color: Japanese Laurel. HEX triplet: 35, 86 and 43. RGB value is (53,134,67). Sum of RGB (Red+Green+Blue) = 53+134+67=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 134 (52.73% from 255 or 52.76% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 134 - color contains mainly: green. Hex color #358643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358643 is #CA79BC. Grayscale: #666666. Windows color (decimal): -13269437 or 4425269. OLE color: 4425269.

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

Color convert

RGB 53 134 67 -
CMYK 0.60 0 0.5 0.47
HSL 130.37º 0.43% 0.37% -
HSV(B) 130.37º 0.6% 0.53% -
XYZ 11.01 18.21 8.25 -
YUV 102.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 53 134 67 0.60 0 0.5 0.47 130.37 0.43 0.37
Hex 35 86 43 3C 0 32 2F 82 2B 25
Octal 65 206 103 74 0 62 57 202 53 45
Binary 110101 10000110 1000011 111100 0 110010 101111 10000010 101011 100101

Color Harmonies of #358643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358643

Black with #358643

Text Example


Text Example

White with #358643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358643; }

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

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

background-color css

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

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

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

border-color css

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

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

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