Html Css Color HEX #38694D Plantation

📋 copy color: '#38694D'

red 56 ◦ green 105 ◦ blue 77

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

Shades of Plantation #38694D

Tints of Plantation #38694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.12%

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 23.53%
G = 44.12%
B = 32.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#38694D (or 0x38694D) is known color: Plantation. HEX triplet: 38, 69 and 4D. RGB value is (56,105,77). Sum of RGB (Red+Green+Blue) = 56+105+77=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #38694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38694D is #C796B2. Grayscale: #575757. Windows color (decimal): -13080243 or 5073208. OLE color: 5073208.

HSL color Cylindrical-coordinate representation of color #38694D: hue angle of 145.71º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38694D is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 77 -
CMYK 0.47 0 0.27 0.59
HSL 145.71º 0.3% 0.32% -
HSV(B) 145.71º 0.47% 0.41% -
XYZ 8.02 11.48 8.81 -
YUV 87.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 56 105 77 0.47 0 0.27 0.59 145.71 0.3 0.32
Hex 38 69 4D 2F 0 1B 3B 92 1E 20
Octal 70 151 115 57 0 33 73 222 36 40
Binary 111000 1101001 1001101 101111 0 11011 111011 10010010 11110 100000

Color Harmonies of #38694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38694D

Black with #38694D

Text Example


Text Example

White with #38694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,105,77); }

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

background-color css

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

 a { background-color: rgb(56,105,77); }

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

border-color css

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

 span { border-color: rgb(56,105,77); }

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