Html Css Color HEX #358543 Japanese Laurel

📋 copy color: '#358543'

red 53 ◦ green 133 ◦ blue 67

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

Shades of Japanese Laurel #358543

Tints of Japanese Laurel #358543

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.57%

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

R = 20.95%
G = 52.57%
B = 26.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#358543 (or 0x358543) is known color: Japanese Laurel. HEX triplet: 35, 85 and 43. RGB value is (53,133,67). Sum of RGB (Red+Green+Blue) = 53+133+67=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #358543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358543 is #CA7ABC. Grayscale: #656565. Windows color (decimal): -13269693 or 4425013. OLE color: 4425013.

HSL color Cylindrical-coordinate representation of color #358543: hue angle of 130.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358543 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 133 67 -
CMYK 0.60 0 0.50 0.48
HSL 130.5º 0.43% 0.36% -
HSV(B) 130.5º 0.6% 0.52% -
XYZ 10.87 17.94 8.2 -
YUV 101.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 53 133 67 0.60 0 0.50 0.48 130.5 0.43 0.36
Hex 35 85 43 3C 0 32 30 82 2B 24
Octal 65 205 103 74 0 62 60 202 53 44
Binary 110101 10000101 1000011 111100 0 110010 110000 10000010 101011 100100

Color Harmonies of #358543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358543

Black with #358543

Text Example


Text Example

White with #358543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358543; }

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

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

background-color css

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

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

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

border-color css

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

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

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