Html Css Color HEX #38753F Japanese Laurel

📋 copy color: '#38753F'

red 56 ◦ green 117 ◦ blue 63

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

Shades of Japanese Laurel #38753F

Tints of Japanese Laurel #38753F

RGB

 RED value IS 56 (22.27% from 255) = 23.73%

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

 BLUE value IS 63 (25% from 255) = 26.69%

R = 23.73%
G = 49.58%
B = 26.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#38753F (or 0x38753F) is known color: Japanese Laurel. HEX triplet: 38, 75 and 3F. RGB value is (56,117,63). Sum of RGB (Red+Green+Blue) = 56+117+63=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #38753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38753F is #C78AC0. Grayscale: #5C5C5C. Windows color (decimal): -13077185 or 4158776. OLE color: 4158776.

HSL color Cylindrical-coordinate representation of color #38753F: hue angle of 126.89º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38753F is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 63 -
CMYK 0.52 0 0.46 0.54
HSL 126.89º 0.35% 0.34% -
HSV(B) 126.89º 0.52% 0.46% -
XYZ 8.89 13.92 6.92 -
YUV 92.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 56 117 63 0.52 0 0.46 0.54 126.89 0.35 0.34
Hex 38 75 3F 34 0 2E 36 7F 23 22
Octal 70 165 77 64 0 56 66 177 43 42
Binary 111000 1110101 111111 110100 0 101110 110110 1111111 100011 100010

Color Harmonies of #38753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38753F

Black with #38753F

Text Example


Text Example

White with #38753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38753F; }

 p { color: rgb(56,117,63); }

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

background-color css

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

 a { background-color: rgb(56,117,63); }

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

border-color css

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

 span { border-color: rgb(56,117,63); }

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