Html Css Color HEX #38664C Plantation

📋 copy color: '#38664C'

red 56 ◦ green 102 ◦ blue 76

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

Shades of Plantation #38664C

Tints of Plantation #38664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.59%

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

R = 23.93%
G = 43.59%
B = 32.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#38664C (or 0x38664C) is known color: Plantation. HEX triplet: 38, 66 and 4C. RGB value is (56,102,76). Sum of RGB (Red+Green+Blue) = 56+102+76=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #38664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38664C is #C799B3. Grayscale: #555555. Windows color (decimal): -13081012 or 5006904. OLE color: 5006904.

HSL color Cylindrical-coordinate representation of color #38664C: hue angle of 146.09º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38664C is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 102 76 -
CMYK 0.45 0 0.25 0.6
HSL 146.09º 0.29% 0.31% -
HSV(B) 146.09º 0.45% 0.4% -
XYZ 7.69 10.87 8.53 -
YUV 85.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 56 102 76 0.45 0 0.25 0.6 146.09 0.29 0.31
Hex 38 66 4C 2D 0 19 3C 92 1D 1F
Octal 70 146 114 55 0 31 74 222 35 37
Binary 111000 1100110 1001100 101101 0 11001 111100 10010010 11101 11111

Color Harmonies of #38664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38664C

Black with #38664C

Text Example


Text Example

White with #38664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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