Html Css Color HEX #358538 Japanese Laurel

📋 copy color: '#358538'

red 53 ◦ green 133 ◦ blue 56

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

Shades of Japanese Laurel #358538

Tints of Japanese Laurel #358538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.14%

R = 21.9%
G = 54.96%
B = 23.14%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#358538 (or 0x358538) is known color: Japanese Laurel. HEX triplet: 35, 85 and 38. RGB value is (53,133,56). Sum of RGB (Red+Green+Blue) = 53+133+56=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #358538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358538 is #CA7AC7. Grayscale: #646464. Windows color (decimal): -13269704 or 3704117. OLE color: 3704117.

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

Color convert

RGB 53 133 56 -
CMYK 0.60 0 0.58 0.48
HSL 122.25º 0.43% 0.36% -
HSV(B) 122.25º 0.6% 0.52% -
XYZ 10.57 17.82 6.62 -
YUV 100.3 103 94.26 -
System Red Green Blue C M Y K H S L
Decimal 53 133 56 0.60 0 0.58 0.48 122.25 0.43 0.36
Hex 35 85 38 3C 0 3A 30 7A 2B 24
Octal 65 205 70 74 0 72 60 172 53 44
Binary 110101 10000101 111000 111100 0 111010 110000 1111010 101011 100100

Color Harmonies of #358538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358538

Black with #358538

Text Example


Text Example

White with #358538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358538; }

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

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

background-color css

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

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

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

border-color css

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

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

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