Html Css Color HEX #358943 Japanese Laurel

📋 copy color: '#358943'

red 53 ◦ green 137 ◦ blue 67

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

Shades of Japanese Laurel #358943

Tints of Japanese Laurel #358943

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.31%

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

R = 20.62%
G = 53.31%
B = 26.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#358943 (or 0x358943) is known color: Japanese Laurel. HEX triplet: 35, 89 and 43. RGB value is (53,137,67). Sum of RGB (Red+Green+Blue) = 53+137+67=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #358943 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358943 is #CA76BC. Grayscale: #686868. Windows color (decimal): -13268669 or 4426037. OLE color: 4426037.

HSL color Cylindrical-coordinate representation of color #358943: hue angle of 130º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358943 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 137 67 -
CMYK 0.61 0 0.51 0.46
HSL 130º 0.44% 0.37% -
HSV(B) 130º 0.61% 0.54% -
XYZ 11.43 19.05 8.39 -
YUV 103.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 53 137 67 0.61 0 0.51 0.46 130 0.44 0.37
Hex 35 89 43 3D 0 33 2E 82 2C 25
Octal 65 211 103 75 0 63 56 202 54 45
Binary 110101 10001001 1000011 111101 0 110011 101110 10000010 101100 100101

Color Harmonies of #358943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358943

Black with #358943

Text Example


Text Example

White with #358943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358943; }

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

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

background-color css

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

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

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

border-color css

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

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

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