Html Css Color HEX #38753A Japanese Laurel

📋 copy color: '#38753A'

red 56 ◦ green 117 ◦ blue 58

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

Shades of Japanese Laurel #38753A

Tints of Japanese Laurel #38753A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.11%

R = 24.24%
G = 50.65%
B = 25.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#38753A (or 0x38753A) is known color: Japanese Laurel. HEX triplet: 38, 75 and 3A. RGB value is (56,117,58). Sum of RGB (Red+Green+Blue) = 56+117+58=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #38753A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38753A is #C78AC5. Grayscale: #5C5C5C. Windows color (decimal): -13077190 or 3831096. OLE color: 3831096.

HSL color Cylindrical-coordinate representation of color #38753A: hue angle of 121.97º 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 #38753A is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 58 -
CMYK 0.52 0 0.50 0.54
HSL 121.97º 0.35% 0.34% -
HSV(B) 121.97º 0.52% 0.46% -
XYZ 8.76 13.87 6.22 -
YUV 92.04 108.79 102.3 -
System Red Green Blue C M Y K H S L
Decimal 56 117 58 0.52 0 0.50 0.54 121.97 0.35 0.34
Hex 38 75 3A 34 0 32 36 7A 23 22
Octal 70 165 72 64 0 62 66 172 43 42
Binary 111000 1110101 111010 110100 0 110010 110110 1111010 100011 100010

Color Harmonies of #38753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38753A

Black with #38753A

Text Example


Text Example

White with #38753A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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