Html Css Color HEX #38644C Plantation

📋 copy color: '#38644C'

red 56 ◦ green 100 ◦ blue 76

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

Shades of Plantation #38644C

Tints of Plantation #38644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.1%

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 24.14%
G = 43.1%
B = 32.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#38644C (or 0x38644C) is known color: Plantation. HEX triplet: 38, 64 and 4C. RGB value is (56,100,76). Sum of RGB (Red+Green+Blue) = 56+100+76=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #38644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38644C is #C79BB3. Grayscale: #545454. Windows color (decimal): -13081524 or 5006392. OLE color: 5006392.

HSL color Cylindrical-coordinate representation of color #38644C: hue angle of 147.27º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38644C is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 100 76 -
CMYK 0.44 0 0.24 0.61
HSL 147.27º 0.28% 0.31% -
HSV(B) 147.27º 0.44% 0.39% -
XYZ 7.49 10.48 8.46 -
YUV 84.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 56 100 76 0.44 0 0.24 0.61 147.27 0.28 0.31
Hex 38 64 4C 2C 0 18 3D 93 1C 1F
Octal 70 144 114 54 0 30 75 223 34 37
Binary 111000 1100100 1001100 101100 0 11000 111101 10010011 11100 11111

Color Harmonies of #38644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38644C

Black with #38644C

Text Example


Text Example

White with #38644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38644C; }

 p { color: rgb(56,100,76); }

 H1.HeaderClassName
 {
   color: #38644C;
 }
 .AnyTagClassName
 {
   color: #38644C;
 }
</style>

background-color css

<style>
 a { background-color: #38644C; }

 a { background-color: rgb(56,100,76); }

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

border-color css

<style>
 span { border-color: #38644C; }

 span { border-color: rgb(56,100,76); }

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