Html Css Color HEX #3D753C Japanese Laurel

📋 copy color: '#3D753C'

red 61 ◦ green 117 ◦ blue 60

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

Shades of Japanese Laurel #3D753C

Tints of Japanese Laurel #3D753C

RGB

 RED value IS 61 (24.22% from 255) = 25.63%

 GREEN value IS 117 (46.09% from 255) = 49.16%

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 25.63%
G = 49.16%
B = 25.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#3D753C (or 0x3D753C) is known color: Japanese Laurel. HEX triplet: 3D, 75 and 3C. RGB value is (61,117,60). Sum of RGB (Red+Green+Blue) = 61+117+60=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #3D753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D753C is #C28AC3. Grayscale: #5D5D5D. Windows color (decimal): -12749508 or 3962173. OLE color: 3962173.

HSL color Cylindrical-coordinate representation of color #3D753C: hue angle of 118.95º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D753C is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 117 60 -
CMYK 0.48 0 0.49 0.54
HSL 118.95º 0.32% 0.35% -
HSV(B) 118.95º 0.49% 0.46% -
XYZ 9.1 14.04 6.51 -
YUV 93.76 108.95 104.63 -
System Red Green Blue C M Y K H S L
Decimal 61 117 60 0.48 0 0.49 0.54 118.95 0.32 0.35
Hex 3D 75 3C 30 0 31 36 77 20 23
Octal 75 165 74 60 0 61 66 167 40 43
Binary 111101 1110101 111100 110000 0 110001 110110 1110111 100000 100011

Color Harmonies of #3D753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D753C

Black with #3D753C

Text Example


Text Example

White with #3D753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D753C; }

 p { color: rgb(61,117,60); }

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

background-color css

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

 a { background-color: rgb(61,117,60); }

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

border-color css

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

 span { border-color: rgb(61,117,60); }

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