Html Css Color HEX #358441 Japanese Laurel

📋 copy color: '#358441'

red 53 ◦ green 132 ◦ blue 65

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

Shades of Japanese Laurel #358441

Tints of Japanese Laurel #358441

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

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

R = 21.2%
G = 52.8%
B = 26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#358441 (or 0x358441) is known color: Japanese Laurel. HEX triplet: 35, 84 and 41. RGB value is (53,132,65). Sum of RGB (Red+Green+Blue) = 53+132+65=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #358441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358441 is #CA7BBE. Grayscale: #646464. Windows color (decimal): -13269951 or 4293685. OLE color: 4293685.

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

Color convert

RGB 53 132 65 -
CMYK 0.60 0 0.51 0.48
HSL 129.11º 0.43% 0.36% -
HSV(B) 129.11º 0.6% 0.52% -
XYZ 10.67 17.64 7.84 -
YUV 100.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 53 132 65 0.60 0 0.51 0.48 129.11 0.43 0.36
Hex 35 84 41 3C 0 33 30 81 2B 24
Octal 65 204 101 74 0 63 60 201 53 44
Binary 110101 10000100 1000001 111100 0 110011 110000 10000001 101011 100100

Color Harmonies of #358441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358441

Black with #358441

Text Example


Text Example

White with #358441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358441; }

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

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

background-color css

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

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

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

border-color css

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

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

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