Html Css Color HEX #38743D Japanese Laurel

📋 copy color: '#38743D'

red 56 ◦ green 116 ◦ blue 61

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

Shades of Japanese Laurel #38743D

Tints of Japanese Laurel #38743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.79%

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 24.03%
G = 49.79%
B = 26.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#38743D (or 0x38743D) is known color: Japanese Laurel. HEX triplet: 38, 74 and 3D. RGB value is (56,116,61). Sum of RGB (Red+Green+Blue) = 56+116+61=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #38743D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38743D is #C78BC2. Grayscale: #5B5B5B. Windows color (decimal): -13077443 or 4027448. OLE color: 4027448.

HSL color Cylindrical-coordinate representation of color #38743D: hue angle of 125º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38743D is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 61 -
CMYK 0.52 0 0.47 0.55
HSL 125º 0.35% 0.34% -
HSV(B) 125º 0.52% 0.45% -
XYZ 8.72 13.67 6.59 -
YUV 91.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 56 116 61 0.52 0 0.47 0.55 125 0.35 0.34
Hex 38 74 3D 34 0 2F 37 7D 23 22
Octal 70 164 75 64 0 57 67 175 43 42
Binary 111000 1110100 111101 110100 0 101111 110111 1111101 100011 100010

Color Harmonies of #38743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38743D

Black with #38743D

Text Example


Text Example

White with #38743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38743D; }

 p { color: rgb(56,116,61); }

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

background-color css

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

 a { background-color: rgb(56,116,61); }

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

border-color css

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

 span { border-color: rgb(56,116,61); }

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