Html Css Color HEX #358743 Japanese Laurel

📋 copy color: '#358743'

red 53 ◦ green 135 ◦ blue 67

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

Shades of Japanese Laurel #358743

Tints of Japanese Laurel #358743

RGB

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

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

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

R = 20.78%
G = 52.94%
B = 26.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#358743 (or 0x358743) is known color: Japanese Laurel. HEX triplet: 35, 87 and 43. RGB value is (53,135,67). Sum of RGB (Red+Green+Blue) = 53+135+67=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #358743 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358743 is #CA78BC. Grayscale: #666666. Windows color (decimal): -13269181 or 4425525. OLE color: 4425525.

HSL color Cylindrical-coordinate representation of color #358743: hue angle of 130.24º 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 #358743 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 135 67 -
CMYK 0.61 0 0.50 0.47
HSL 130.24º 0.44% 0.37% -
HSV(B) 130.24º 0.61% 0.53% -
XYZ 11.15 18.49 8.29 -
YUV 102.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 53 135 67 0.61 0 0.50 0.47 130.24 0.44 0.37
Hex 35 87 43 3D 0 32 2F 82 2C 25
Octal 65 207 103 75 0 62 57 202 54 45
Binary 110101 10000111 1000011 111101 0 110010 101111 10000010 101100 100101

Color Harmonies of #358743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358743

Black with #358743

Text Example


Text Example

White with #358743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358743; }

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

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

background-color css

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

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

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

border-color css

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

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

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