Html Css Color HEX #38674C Plantation

📋 copy color: '#38674C'

red 56 ◦ green 103 ◦ blue 76

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

Shades of Plantation #38674C

Tints of Plantation #38674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.83%

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

R = 23.83%
G = 43.83%
B = 32.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#38674C (or 0x38674C) is known color: Plantation. HEX triplet: 38, 67 and 4C. RGB value is (56,103,76). Sum of RGB (Red+Green+Blue) = 56+103+76=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #38674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38674C is #C798B3. Grayscale: #555555. Windows color (decimal): -13080756 or 5007160. OLE color: 5007160.

HSL color Cylindrical-coordinate representation of color #38674C: hue angle of 145.53º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38674C is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 103 76 -
CMYK 0.46 0 0.26 0.60
HSL 145.53º 0.3% 0.31% -
HSV(B) 145.53º 0.46% 0.4% -
XYZ 7.79 11.06 8.56 -
YUV 85.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 56 103 76 0.46 0 0.26 0.60 145.53 0.3 0.31
Hex 38 67 4C 2E 0 1A 3C 92 1E 1F
Octal 70 147 114 56 0 32 74 222 36 37
Binary 111000 1100111 1001100 101110 0 11010 111100 10010010 11110 11111

Color Harmonies of #38674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38674C

Black with #38674C

Text Example


Text Example

White with #38674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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