Html Css Color HEX #358741 Japanese Laurel

📋 copy color: '#358741'

red 53 ◦ green 135 ◦ blue 65

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

Shades of Japanese Laurel #358741

Tints of Japanese Laurel #358741

RGB

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

 GREEN value IS 135 (53.13% from 255) = 53.36%

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

R = 20.95%
G = 53.36%
B = 25.69%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#358741 (or 0x358741) is known color: Japanese Laurel. HEX triplet: 35, 87 and 41. RGB value is (53,135,65). Sum of RGB (Red+Green+Blue) = 53+135+65=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #358741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358741 is #CA78BE. Grayscale: #666666. Windows color (decimal): -13269183 or 4294453. OLE color: 4294453.

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

Color convert

RGB 53 135 65 -
CMYK 0.61 0 0.52 0.47
HSL 128.78º 0.44% 0.37% -
HSV(B) 128.78º 0.61% 0.53% -
XYZ 11.09 18.47 7.98 -
YUV 102.5 106.83 92.69 -
System Red Green Blue C M Y K H S L
Decimal 53 135 65 0.61 0 0.52 0.47 128.78 0.44 0.37
Hex 35 87 41 3D 0 34 2F 81 2C 25
Octal 65 207 101 75 0 64 57 201 54 45
Binary 110101 10000111 1000001 111101 0 110100 101111 10000001 101100 100101

Color Harmonies of #358741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358741

Black with #358741

Text Example


Text Example

White with #358741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358741; }

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

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

background-color css

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

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

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

border-color css

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

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

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