Html Css Color HEX #38723A Japanese Laurel

📋 copy color: '#38723A'

red 56 ◦ green 114 ◦ blue 58

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

Shades of Japanese Laurel #38723A

Tints of Japanese Laurel #38723A

RGB

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

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

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

R = 24.56%
G = 50%
B = 25.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#38723A (or 0x38723A) is known color: Japanese Laurel. HEX triplet: 38, 72 and 3A. RGB value is (56,114,58). Sum of RGB (Red+Green+Blue) = 56+114+58=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #38723A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38723A is #C78DC5. Grayscale: #5A5A5A. Windows color (decimal): -13077958 or 3830328. OLE color: 3830328.

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

Color convert

RGB 56 114 58 -
CMYK 0.51 0 0.49 0.55
HSL 122.07º 0.34% 0.33% -
HSV(B) 122.07º 0.51% 0.45% -
XYZ 8.41 13.18 6.1 -
YUV 90.27 109.78 103.55 -
System Red Green Blue C M Y K H S L
Decimal 56 114 58 0.51 0 0.49 0.55 122.07 0.34 0.33
Hex 38 72 3A 33 0 31 37 7A 22 21
Octal 70 162 72 63 0 61 67 172 42 41
Binary 111000 1110010 111010 110011 0 110001 110111 1111010 100010 100001

Color Harmonies of #38723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38723A

Black with #38723A

Text Example


Text Example

White with #38723A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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