Html Css Color HEX #38723D Japanese Laurel

📋 copy color: '#38723D'

red 56 ◦ green 114 ◦ blue 61

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

Shades of Japanese Laurel #38723D

Tints of Japanese Laurel #38723D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.35%

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

R = 24.24%
G = 49.35%
B = 26.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#38723D (or 0x38723D) is known color: Japanese Laurel. HEX triplet: 38, 72 and 3D. RGB value is (56,114,61). Sum of RGB (Red+Green+Blue) = 56+114+61=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #38723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38723D is #C78DC2. Grayscale: #5A5A5A. Windows color (decimal): -13077955 or 4026936. OLE color: 4026936.

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

Color convert

RGB 56 114 61 -
CMYK 0.51 0 0.46 0.55
HSL 125.17º 0.34% 0.33% -
HSV(B) 125.17º 0.51% 0.45% -
XYZ 8.49 13.21 6.52 -
YUV 90.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 56 114 61 0.51 0 0.46 0.55 125.17 0.34 0.33
Hex 38 72 3D 33 0 2E 37 7D 22 21
Octal 70 162 75 63 0 56 67 175 42 41
Binary 111000 1110010 111101 110011 0 101110 110111 1111101 100010 100001

Color Harmonies of #38723D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38723D

Black with #38723D

Text Example


Text Example

White with #38723D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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