Html Css Color HEX #358243 Japanese Laurel

📋 copy color: '#358243'

red 53 ◦ green 130 ◦ blue 67

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

Shades of Japanese Laurel #358243

Tints of Japanese Laurel #358243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52%

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

R = 21.2%
G = 52%
B = 26.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#358243 (or 0x358243) is known color: Japanese Laurel. HEX triplet: 35, 82 and 43. RGB value is (53,130,67). Sum of RGB (Red+Green+Blue) = 53+130+67=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #358243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358243 is #CA7DBC. Grayscale: #636363. Windows color (decimal): -13270461 or 4424245. OLE color: 4424245.

HSL color Cylindrical-coordinate representation of color #358243: hue angle of 130.91º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358243 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 67 -
CMYK 0.59 0 0.48 0.49
HSL 130.91º 0.42% 0.36% -
HSV(B) 130.91º 0.59% 0.51% -
XYZ 10.46 17.13 8.06 -
YUV 99.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 53 130 67 0.59 0 0.48 0.49 130.91 0.42 0.36
Hex 35 82 43 3B 0 30 31 83 2A 24
Octal 65 202 103 73 0 60 61 203 52 44
Binary 110101 10000010 1000011 111011 0 110000 110001 10000011 101010 100100

Color Harmonies of #358243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358243

Black with #358243

Text Example


Text Example

White with #358243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358243; }

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

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

background-color css

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

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

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

border-color css

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

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

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