Html Css Color HEX #38753D Japanese Laurel

📋 copy color: '#38753D'

red 56 ◦ green 117 ◦ blue 61

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

Shades of Japanese Laurel #38753D

Tints of Japanese Laurel #38753D

RGB

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

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

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

R = 23.93%
G = 50%
B = 26.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#38753D (or 0x38753D) is known color: Japanese Laurel. HEX triplet: 38, 75 and 3D. RGB value is (56,117,61). Sum of RGB (Red+Green+Blue) = 56+117+61=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #38753D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38753D is #C78AC2. Grayscale: #5C5C5C. Windows color (decimal): -13077187 or 4027704. OLE color: 4027704.

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

Color convert

RGB 56 117 61 -
CMYK 0.52 0 0.48 0.54
HSL 124.92º 0.35% 0.34% -
HSV(B) 124.92º 0.52% 0.46% -
XYZ 8.83 13.9 6.63 -
YUV 92.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 56 117 61 0.52 0 0.48 0.54 124.92 0.35 0.34
Hex 38 75 3D 34 0 30 36 7D 23 22
Octal 70 165 75 64 0 60 66 175 43 42
Binary 111000 1110101 111101 110100 0 110000 110110 1111101 100011 100010

Color Harmonies of #38753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38753D

Black with #38753D

Text Example


Text Example

White with #38753D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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