Html Css Color HEX #38723E Japanese Laurel

📋 copy color: '#38723E'

red 56 ◦ green 114 ◦ blue 62

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

Shades of Japanese Laurel #38723E

Tints of Japanese Laurel #38723E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.72%

R = 24.14%
G = 49.14%
B = 26.72%

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

#38723E (or 0x38723E) is known color: Japanese Laurel. HEX triplet: 38, 72 and 3E. RGB value is (56,114,62). Sum of RGB (Red+Green+Blue) = 56+114+62=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #38723E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38723E is #C78DC1. Grayscale: #5A5A5A. Windows color (decimal): -13077954 or 4092472. OLE color: 4092472.

HSL color Cylindrical-coordinate representation of color #38723E: hue angle of 126.21º 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 #38723E is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 62 -
CMYK 0.51 0 0.46 0.55
HSL 126.21º 0.34% 0.33% -
HSV(B) 126.21º 0.51% 0.45% -
XYZ 8.52 13.22 6.66 -
YUV 90.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 56 114 62 0.51 0 0.46 0.55 126.21 0.34 0.33
Hex 38 72 3E 33 0 2E 37 7E 22 21
Octal 70 162 76 63 0 56 67 176 42 41
Binary 111000 1110010 111110 110011 0 101110 110111 1111110 100010 100001

Color Harmonies of #38723E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38723E

Black with #38723E

Text Example


Text Example

White with #38723E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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